summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-03 13:22:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-03 13:22:12 -0700
commit0692b76635ef928d21a988f3cf798625937c5cef (patch)
tree5c2f98732998dc58d7473bfff33e307733ebd715
parentUpdated to 1.2 (diff)
downloadusbctl-0692b76635ef928d21a988f3cf798625937c5cef.tar.xz
Remove shellcheck
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e07c5e..f1d0b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ arch=('any')
license=('MIT')
install=${pkgname}.install
depends=('linux-hardened' 'bash' 'usbutils' 'coreutils' 'diffutils' 'procps-ng' 'grep' 'util-linux')
-checkdepends=('shellcheck')
+#checkdepends=('shellcheck')
optdepends=('sudo: elevate to root when needed')
conflicts=('usbctl-libre')
source=(https://github.com/anthraxx/usbctl/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
@@ -27,10 +27,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}