diff options
author | Erich Eckner <git@eckner.net> | 2024-04-27 21:01:33 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-04-27 21:01:33 +0200 |
commit | 6483e5f0359b52a9aebe2ea9e8ff5fe467b0eff9 (patch) | |
tree | ce10319c13de696757320acc1b88b52f0daed2fa /python-certipy | |
parent | f05294b0ec0bc08d8ce2139b969175d726155e1a (diff) | |
download | archlinuxewe-6483e5f0359b52a9aebe2ea9e8ff5fe467b0eff9.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 27d1cd7b2..b6be6ad8c 100644 --- a/python-certipy/PKGBUILD +++ b/python-certipy/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-certipy _pkgname="${pkgname#*-}" pkgver=0.1.3 -pkgrel=67 +pkgrel=68 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.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-pyopenssl' ) makedepends=( |