summaryrefslogtreecommitdiff
path: root/python-pamela
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-01-10 13:30:20 +0100
committerErich Eckner <git@eckner.net>2017-01-10 14:59:18 +0100
commit134ddec1046a3b2435dc1a0bcdd27bedadfa1300 (patch)
tree187607143a3e9f3e0e6e794a25279e66a731b78c /python-pamela
parent980743051ecb336e06bb109eb218d66e6c5cf05d (diff)
downloadarchlinuxewe.git.save-134ddec1046a3b2435dc1a0bcdd27bedadfa1300.tar.xz
python-pamela: korrektur
Diffstat (limited to 'python-pamela')
-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')