summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2017-05-24 11:55:17 +0200
committerLuca Weiss2017-05-24 11:55:17 +0200
commit175d5d382fe531f2d26a5a0758c3bdd5226aeabd (patch)
treeb5273f881f72ac88b343507b1a72a15acdfa60e0 /PKGBUILD
parent2ea87c878c39b47f428108668d163eb3e428a937 (diff)
downloadaur-175d5d382fe531f2d26a5a0758c3bdd5226aeabd.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75530b5ee358..012e40b5d71d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_name=hidapi-cffi
pkgname=python-$_name
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="CFFI wrapper for hidapi"
arch=('any')
url="https://pypi.python.org/pypi/$_name/"
license=('BSD')
-depends=('python')
+depends=('python' 'python-cffi')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha512sums=('02ef3c8c387834ace30a1ec9c41df06f4df71fe6372124c253029e3a94304064a8d1e22a67b8a14fc913b3acfe2eb5384b41cffd212a77982efeaddfb3e830d3')