summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLetu Ren2023-09-03 11:30:53 +0800
committerLetu Ren2023-09-03 11:30:53 +0800
commit5d105c2ebb120979cb20b6f1db5b71758d1384b5 (patch)
tree89e06a460b26983b2c818848ebbc339b726f9bd2 /PKGBUILD
parent9eefe8ad7c48b02dd49dbb92101318846a149299 (diff)
downloadaur-python-pyjwkest.tar.gz
Fix url
Reported by TrialnError.
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'