summaryrefslogtreecommitdiff
path: root/python-pamela/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python-pamela/PKGBUILD')
-rw-r--r--python-pamela/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-pamela/PKGBUILD b/python-pamela/PKGBUILD
index e3c5349b..1b7ea118 100644
--- a/python-pamela/PKGBUILD
+++ b/python-pamela/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-pamela
_pkgname=pamela
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python PAM interface"
arch=('any')
url="https://github.com/minrk/pamela"
license=('MIT')
depends=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'pam'
)
makedepends=(