summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7506af4fb25d..f1dd01d3efa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-pyjwkest
pkgdesc = Implementation of JWT, JWS, JWE and JWK
pkgver = 1.4.2
- pkgrel = 1
- url = https://github.com/rohe/${_name}
+ pkgrel = 2
+ url = https://github.com/rohe/pyjwkest
arch = any
license = Apache
makedepends = python-setuptools
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'