summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-jwcrypto/PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/python-jwcrypto/PKGBUILD b/python-jwcrypto/PKGBUILD
index 53ce74fa..7bd48105 100644
--- a/python-jwcrypto/PKGBUILD
+++ b/python-jwcrypto/PKGBUILD
@@ -3,16 +3,20 @@
pkgname=python-jwcrypto
_pkgname=${pkgname#*-}
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
pkgdesc="Python implementation of JWK, JWS, JWE specifications"
arch=("any")
url="https://github.com/latchset/jwcrypto"
license=("LGPL3")
-makedepends=("python-setuptools")
-depends=("python-cryptography")
+makedepends=(
+ 'python-setuptools')
+depends=(
+ 'python>=3.8'
+ 'python<3.9'
+ 'python-cryptography>=2.3')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/latchset/$_pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('a7e03d102bb9e5fe886bbb7048099a7adec4c3be8f149bca32c2a205cfe1dfa7')
+sha512sums=('784134d27ff7abd31e1069763969513ed45f81fd2c242b7ff7036413c35ef374d535eae0123f5561a8e4eb2630cee40056d1c66454288e1310c4cbedecaac210')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"