summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)