From 65038cbd8adbc72a39812879873c082f8717c815 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 30 Sep 2018 16:05:09 -0700 Subject: Converted to linux-hardened | Added conflict with usbctl-libre --- PKGBUILD | 5 +++-- 1 file 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) -- cgit v1.2.1