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 d04919e76..868251b40 100644 --- a/python-pamela/PKGBUILD +++ b/python-pamela/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-pamela _pkgname=pamela pkgver=1.0.0 -pkgrel=65 +pkgrel=66 pkgdesc="Python PAM interface" arch=('any') url="https://github.com/minrk/pamela" license=('MIT') depends=( - 'python>=3.10' - 'python<3.11' + 'python>=3.11' + 'python<3.12' 'pam' ) makedepends=( |