summaryrefslogtreecommitdiff
path: root/python-jwcrypto/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python-jwcrypto/PKGBUILD')
-rw-r--r--python-jwcrypto/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-jwcrypto/PKGBUILD b/python-jwcrypto/PKGBUILD
index 1aaf93718..aa9960e8d 100644
--- a/python-jwcrypto/PKGBUILD
+++ b/python-jwcrypto/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=python-jwcrypto
_pkgname=${pkgname#*-}
pkgver=1.5.6
-pkgrel=1
+pkgrel=7
pkgdesc="Python implementation of JWK, JWS, JWE specifications"
arch=("any")
url="https://github.com/latchset/jwcrypto"
license=("LGPL3")
depends=(
- 'python>=3.12'
- 'python<3.13'
+ 'python>=3.13'
+ 'python<3.14'
'python-cryptography>=3.4'
'python-typing_extensions>=4.5.0')
makedepends=(