summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-09-30 16:05:09 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-09-30 16:05:09 -0700
commit65038cbd8adbc72a39812879873c082f8717c815 (patch)
tree96319a3502e531e6d033017a3c5793b5a01c6d99
parentInitial commit (diff)
downloadusbctl-65038cbd8adbc72a39812879873c082f8717c815.tar.xz
Converted to linux-hardened | Added conflict with usbctl-libre
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31d90b7..5559537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
pkgname=usbctl
pkgver=1.0
-pkgrel=1
+pkgrel=3
pkgdesc='Linux-hardened deny_new_usb control'
url='https://github.com/anthraxx/usbctl'
arch=('any')
license=('MIT')
install=${pkgname}.install
-depends=('linux-libre-hardened-ck' 'bash' 'usbutils' 'coreutils' 'diffutils' 'procps-ng' 'grep' 'util-linux')
+depends=('linux-hardened' 'bash' 'usbutils' 'coreutils' 'diffutils' 'procps-ng' 'grep' 'util-linux')
#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)
# 10-usbctl.conf)