diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-10-22 21:25:48 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-10-22 21:25:48 -0700 |
commit | 4e153e8371163444a1128fa45cf7eab4d0cc8cef (patch) | |
tree | 8c4b1db89f9dbad7e6f24c71b31b523c1f7bc565 /PKGBUILD | |
parent | Maintainer logic (diff) | |
download | usbctl-4e153e8371163444a1128fa45cf7eab4d0cc8cef.tar.xz |
Modify pre-install/upgrade notice to be only post-install
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -8,7 +8,7 @@ pkgname=usbctl pkgver=1.0 -pkgrel=3 +pkgrel=4 pkgdesc='Linux-hardened deny_new_usb control' url='https://github.com/anthraxx/usbctl' arch=('any') @@ -18,10 +18,12 @@ depends=('linux-hardened' 'bash' 'usbutils' 'coreutils' 'diffutils' 'procps-ng' #optdepends=('zsh: zsh completion support') conflicts=('usbctl-libre') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/anthraxx/${pkgname}/archive/${pkgver}/${pkgver}.tar.gz - ${pkgname}-${pkgver}.tar.gz.sig::https://github.com/anthraxx/usbctl/releases/download/${pkgver}/${pkgver}.tar.gz.sig) + ${pkgname}-${pkgver}.tar.gz.sig::https://github.com/anthraxx/usbctl/releases/download/${pkgver}/${pkgver}.tar.gz.sig + usbctl.install) # 10-usbctl.conf) sha512sums=('0f16297188439d10c1dcff6368ec830c4f665e05c01790383791cb207bda5667416c8f3b662173e6d7c5ffac2ef2b83593889b0e76a4a061129df5128bf2f4f6' - 'SKIP') + 'SKIP' + '3d40a6d8e806f9883df648fd6cea7881af0e12b185211b81e2390197c71ab492b9806beb154832af9f757b4393dfae0ec3fed9377a5f42f4cb08f380d3d45653') # 'e36a3d97daef70992c84efb633904055d94ac0bb74fc355c01defec74a63c27f097b66e19849c207b1428f353f530978e5d43c31c3d5b47bd976c2c868ac8245') validpgpkeys=('E240B57E2C4630BA768E2F26FC1B547C8D8172C8') # Levente Polyak |