summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Murray2020-09-01 19:23:31 +0100
committerMatthew Murray2020-09-01 19:23:31 +0100
commitc9714592a12b5dd2b672bf9f8c80c9ff1172d372 (patch)
tree6538513c8cef07e34bde45149c79c31a172e1df1 /PKGBUILD
parentd62140ddec2ff3ad296d13904af9041f613dcec7 (diff)
downloadaur-c9714592a12b5dd2b672bf9f8c80c9ff1172d372.tar.gz
Add python-yaml dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 305fe1ec4cdd..f0e5a9aeb756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Matthew Murray <matt@mattmurr.xyz>
pkgname=python-validity
pkgver=0.9
-pkgrel=1
+pkgrel=2
pkgdesc="Validity fingerprint sensor driver"
arch=(any)
license=(MIT)
-depends=(python python-pyusb python-cryptography python-dbus python-gobject
+depends=(python python-yaml python-pyusb python-cryptography python-dbus python-gobject
innoextract open-fprintd fprintd-clients)
makedepends=(python-setuptools)
conflicts=($pkgname)