summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2016-08-18 23:05:39 +0200
committerSimon Hanna2016-08-18 23:06:00 +0200
commit090160e0acee1fb3a29a38984267331e961f846b (patch)
tree625ad525b6d4ce523be71faee5d83e7a85a2f7cb
parent7463673d279fd810cf596e800cf0ac8daf9972cd (diff)
downloadaur-090160e0acee1fb3a29a38984267331e961f846b.tar.gz
upgpkg: python-jwt 1.4.2-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09f137b59d54..0af5baf053f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-jwt
pkgdesc = JSON Web Token implementation
- pkgver = 1.4.1
- pkgrel = 2
+ pkgver = 1.4.2
+ pkgrel = 1
url = https://github.com/jpadilla/pyjwt
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/jpadilla/pyjwt/archive/1.4.1.tar.gz
- sha256sums = caa35e98dafd811fea665cea0311111fc521187b25805f84d46433de71e412a9
+ source = https://github.com/jpadilla/pyjwt/archive/1.4.2.tar.gz
+ sha256sums = f69d80cdfcdd078051012ba2012b43491836c183924414e9047b721615416f1b
pkgname = python-jwt
depends = python
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() {