summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6b4de7..0b9784b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=('any')
license=('MIT')
install=${pkgname}.install
depends=('linux-libre-hardened' 'bash' 'usbutils' 'coreutils' 'diffutils' 'procps-ng' 'grep' 'util-linux')
-checkdepends=('shellcheck')
+#checkdepends=('shellcheck')
optdepends=('sudo: elevate to root when needed')
conflicts=('usbctl')
source=(https://github.com/anthraxx/usbctl/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz
@@ -28,10 +28,10 @@ sha512sums=('26395f6723787998c71f296cd6f14ce4f7215957ec6cf8ca732e03ebf0b66c67ad6
# 'e36a3d97daef70992c84efb633904055d94ac0bb74fc355c01defec74a63c27f097b66e19849c207b1428f353f530978e5d43c31c3d5b47bd976c2c868ac8245')
validpgpkeys=('E240B57E2C4630BA768E2F26FC1B547C8D8172C8') # Levente Polyak
-check() {
- cd {srcdir}/${_pkgname}-${pkgver}
- make test
-}
+#check() {
+# cd {srcdir}/${_pkgname}-${pkgver}
+# make test
+#}
package() {
cd ${srcdir}/${_pkgname}-${pkgver}