summaryrefslogtreecommitdiff
path: root/python-simplepam
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-01-10 13:41:04 +0100
committerErich Eckner <git@eckner.net>2017-01-10 14:59:18 +0100
commitfff920cb400c8410e2dde1ced46d01ff1f70f8f7 (patch)
tree51fcb78d6fb3a292b7486e47a5e8dae5591c2bb2 /python-simplepam
parentb11133f33e7a8df448e59ee4fe06f826acfe1871 (diff)
downloadarchlinuxewe.git.save-fff920cb400c8410e2dde1ced46d01ff1f70f8f7.tar.xz
python-simplepam: dependency update
Diffstat (limited to 'python-simplepam')
-rw-r--r--python-simplepam/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-simplepam/PKGBUILD b/python-simplepam/PKGBUILD
index c44eeb41..68d7a1c4 100644
--- a/python-simplepam/PKGBUILD
+++ b/python-simplepam/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-simplepam
pkgver=0.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Pure Python interface to the Pluggable Authentication Modules system on Linux"
arch=('any')
url="https://github.com/leonnnn/python3-simplepam"
license=('MIT')
-depends=('pam' 'python')
+depends=('pam' 'python>=3.6' 'python<3.7')
source=(https://github.com/leonnnn/python3-simplepam/archive/$pkgver.tar.gz)
sha512sums=('031fd8cb705d860fd1f370bd2a3cc788d1ec4a6a91cc25b548f0b11a5294dc2f57f246279e4503aaafc978f4e45df2d332bef5143c70bf4cf58d9445801b30df')