diff options
Diffstat (limited to 'python-pamela/PKGBUILD')
-rw-r--r-- | python-pamela/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-pamela/PKGBUILD b/python-pamela/PKGBUILD index caa053a33..2fda64269 100644 --- a/python-pamela/PKGBUILD +++ b/python-pamela/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-pamela _pkgname=pamela pkgver=1.0.0 -pkgrel=62 +pkgrel=63 pkgdesc="Python PAM interface" arch=('any') url="https://github.com/minrk/pamela" license=('MIT') depends=( - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' 'pam' ) makedepends=( |