summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rodriguez2018-01-08 15:12:13 -0500
committerDavid Rodriguez2018-01-08 15:12:13 -0500
commit2b627c7c84a2514ff1934cae99990656ba255ba1 (patch)
tree4d1fca5217bcc8e7fda8cf656b66eeb5909c2a0e
parent460a741ee2cc14756e53be09ff05d9f85ac73e71 (diff)
downloadaur-2b627c7c84a2514ff1934cae99990656ba255ba1.tar.gz
Fix missing dependency pygobject.
Thanks to solenskiner in the comments for the quick fix.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d79c29553c5f..c9060d60ba72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=pam_usb
pkgver=0.5.0
-pkgrel=4
+pkgrel=5
pkgdesc="PAM modules that enables either two-factor or password-less authentication using an USB storage device (such as an USB flash memory stick)"
url="https://github.com/aluzzardi/pam_usb"
license=("GPL")
-depends=(libxml2 pam pmount udisks dbus-python pygobject)
+depends=(libxml2 pam pmount udisks dbus-python python2-gobject2)
arch=('i686' 'x86_64')
backup=('etc/pamusb.conf')
md5sums=('df8404aeb625eca1d3cad7a67d35f225')