summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Hanna2016-08-18 23:05:39 +0200
committerSimon Hanna2016-08-18 23:06:00 +0200
commit090160e0acee1fb3a29a38984267331e961f846b (patch)
tree625ad525b6d4ce523be71faee5d83e7a85a2f7cb /PKGBUILD
parent7463673d279fd810cf596e800cf0ac8daf9972cd (diff)
downloadaur-090160e0acee1fb3a29a38984267331e961f846b.tar.gz
upgpkg: python-jwt 1.4.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10cd768cfdca..05e8bf4f6b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=('python-jwt' 'python2-jwt')
_pkgbase='pyjwt'
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
pkgdesc="JSON Web Token implementation"
arch=(any)
url="https://github.com/jpadilla/pyjwt"
license=('MIT')
options=(!emptydirs)
source=("https://github.com/jpadilla/pyjwt/archive/${pkgver}.tar.gz")
-sha256sums=('caa35e98dafd811fea665cea0311111fc521187b25805f84d46433de71e412a9')
+sha256sums=('f69d80cdfcdd078051012ba2012b43491836c183924414e9047b721615416f1b')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-jwt() {