summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 507e8c739633..078b1d12db6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname='python-pyjwkest'
_name=${pkgname#python-}
pkgver=1.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='Implementation of JWT, JWS, JWE and JWK'
arch=('any')
-url='https://github.com/rohe/${_name}'
+url="https://github.com/rohe/${_name}"
license=('Apache')
depends=(
'python'