summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-pamela/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-pamela/PKGBUILD b/python-pamela/PKGBUILD
index 86b886d3..66fff649 100644
--- a/python-pamela/PKGBUILD
+++ b/python-pamela/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-pamela
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python PAM interface"
arch=('any')
url="https://github.com/minrk/pamela"
license=('MIT')
-depends=('pam' 'python')
+depends=('pam' 'python>=3.6' 'python<3.7')
source=("https://github.com/minrk/pamela/archive/${pkgver}.tar.gz")
sha512sums=('61987d169dd10372bff974963c62416417b8b559325c8f2ecc9aca01fa1dd2c9e7992507ca10c623156c5f18640ec2ee07f9e654c998bea63d79c4b28b29cfc6')