summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a756e49a2f72..ddae8b474dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-pyjwkest
pkgname=($pkgbase 'python2-pyjwkest')
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Implementation of JWT, JWS, JWE and JWK.'
arch=('any')
url='https://github.com/rohe/pyjwkest'
@@ -42,5 +42,6 @@ package_python2-pyjwkest() {
cd pyjwkest-$pkgver-python2
python2 setup.py install --root $pkgdir
+ rename '.py' '2.py' ${pkgdir}/usr/bin/*
}