summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Lange2018-09-09 21:24:03 +0800
committerRobin Lange2018-09-09 21:24:03 +0800
commitcc223c5c90f7238ae116ec32fed8d58bc37ae669 (patch)
treea128d492c9a0e2300c9fa382bd5ced69e47ca100
parentd4a3d6a06e5ad4028ef4954db8c957ce240cd7f2 (diff)
downloadaur-cc223c5c90f7238ae116ec32fed8d58bc37ae669.tar.gz
Added hidapi dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84ea24aaae46..7d7b5c93d8c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Configuration tool for per-key RGB keyboards on MSI laptops"
arch=(any)
url="https://github.com/Askannz/msi-perkeyrgb"
license=(MIT)
-depends=(python)
+depends=('python', 'hidapi')
makedepends=(python-setuptools)
source=("msi-perkeyrgb::git+https://github.com/Askannz/msi-perkeyrgb.git#branch=master")
sha256sums=('SKIP')