diff options
author | Erich Eckner <git@eckner.net> | 2023-05-05 21:15:32 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-05-05 21:15:32 +0200 |
commit | e7c2947f55686bec0905e05c290d745164021fe2 (patch) | |
tree | d85904bcb5c5dcaa778da9599718d7f582af2fb4 /python-certipy | |
parent | 8edd7f4b85e5e30bce7a3db068ef821193580111 (diff) | |
download | archlinuxewe-e7c2947f55686bec0905e05c290d745164021fe2.tar.xz |
recompile all python packages
Diffstat (limited to 'python-certipy')
-rw-r--r-- | python-certipy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-certipy/PKGBUILD b/python-certipy/PKGBUILD index 14a344599..27d1cd7b2 100644 --- a/python-certipy/PKGBUILD +++ b/python-certipy/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-certipy _pkgname="${pkgname#*-}" pkgver=0.1.3 -pkgrel=66 +pkgrel=67 pkgdesc="A simple python tool for creating certificate authorities and certificates on the fly" arch=(any) url="https://github.com/LLNL/certipy" license=('BSD') depends=( - 'python>=3.10' - 'python<3.11' + 'python>=3.11' + 'python<3.12' 'python-pyopenssl' ) makedepends=( |