summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Hanna2016-07-13 15:21:34 +0200
committerSimon Hanna2016-07-13 15:21:34 +0200
commit22054adb6065b1fdec780860ed606952c6bc2e7b (patch)
tree660a120fb0a1993bf449f1b4b29bd3b26c330dbb /PKGBUILD
parent6080a78e881a252a5f1398938e7b87ab4eb29d71 (diff)
downloadaur-22054adb6065b1fdec780860ed606952c6bc2e7b.tar.gz
upgpkg: python-jwt 1.4.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4b109e1bc4c..4fec2e3288ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-jwt' 'python2-jwt')
_pkgbase='pyjwt'
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="JSON Web Token implementation"
arch=(any)
@@ -10,7 +10,7 @@ url="https://github.com/jpadilla/pyjwt"
license=('MIT')
options=(!emptydirs)
source=("https://github.com/jpadilla/pyjwt/archive/${pkgver}.tar.gz")
-sha256sums=('821c2ed6cb8b6fd1c817832551ff459626ab58edb2642db0fd6f43bd320cf9be')
+sha256sums=('caa35e98dafd811fea665cea0311111fc521187b25805f84d46433de71e412a9')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-jwt() {