summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Seletskiy2017-06-18 16:55:18 +0700
committerStanislav Seletskiy2017-06-18 16:55:18 +0700
commit0385e4628ffc5a1babd3f85068c574e36ecc2e8a (patch)
tree255a821790bf4345178689605ba329733f077629
parentc071e190893ee848d73e42ee93f2afa60ec5f4de (diff)
downloadaur-0385e4628ffc5a1babd3f85068c574e36ecc2e8a.tar.gz
add hidapi to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4850a3b3e26..f87a8cef28b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Jun 18 09:55:09 UTC 2017
pkgbase = footswitch-git
pkgdesc = Command-line utility for PCsensor foot switch
pkgver = 11.f2bfaa2
@@ -5,6 +7,7 @@ pkgbase = footswitch-git
url = https://github.com/rgerganov/footswitch
arch = any
license = GPL
+ depends = hidapi
source = git+https://github.com/rgerganov/footswitch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 32e5e7773f02..22ce4231b76e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ url="https://github.com/rgerganov/footswitch"
arch=('any')
license=('GPL')
makedepends=()
+depends=('hidapi')
source=(git+https://github.com/rgerganov/footswitch)
md5sums=(SKIP)