summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Baker2017-01-18 15:37:29 -0800
committerDylan Baker2017-01-18 15:37:29 -0800
commitd940090c500e604837f0d8f975184f40350e1d36 (patch)
tree32a3176604cb3525a5c71e00be342b1f88de3e41 /PKGBUILD
parentbb4ee2c42695686f0ff7aa03c4d49eeb67a8962a (diff)
parentbfc3430e5bfe505686d3038dc09c64e17b75904e (diff)
downloadaur-d940090c500e604837f0d8f975184f40350e1d36.tar.gz
Merge branch 'master' into python2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 537a8c768d0c..52efce3587ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dylan Baker <dylan@pnwbakers.com>
_name=jsonstreams
pkgname=python2-${_name}
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="A Python module for writing JSON as a stream"
arch=('any')
@@ -12,10 +12,10 @@ depends=('python2-enum34')
optdepends=('python2-simplejson')
makedepends=('python2-setuptools')
options=(!emptydirs)
-source=('https://pypi.python.org/packages/ef/8f/cf15b93b5acb3954df09cc4acbeb45d9e9be38149b3976bfffb06fabce45/jsonstreams-0.4.0.tar.gz'
- 'https://pypi.python.org/packages/ef/8f/cf15b93b5acb3954df09cc4acbeb45d9e9be38149b3976bfffb06fabce45/jsonstreams-0.4.0.tar.gz.asc'
+source=('https://pypi.python.org/packages/09/9b/21a1d63160166e58a4b2e24f068c1bf9bfb3610f389d39cd5e96910b4f47/jsonstreams-0.4.1.tar.gz'
+ 'https://pypi.python.org/packages/09/9b/21a1d63160166e58a4b2e24f068c1bf9bfb3610f389d39cd5e96910b4f47/jsonstreams-0.4.1.tar.gz.asc'
'https://raw.githubusercontent.com/dcbaker/jsonstreams/master/LICENSE')
-sha256sums=('ee55dbbf8e7527c526a78e4db039ad4cdebb9e058347f515ae7e08eae6338f67'
+sha256sums=('875c03c0a93e1e23a7eaa7a7a89e36290ff29613286bce563dad37fb7061addd'
'SKIP'
'8b1cc8af45b502fd5bfce434721cb0d9a833298f05fe983ebc6c7f36d06fab59')
validpgpkeys=('5303CCAA8FFEE5A1472F3538089E1696140688EF') # Dylan Baker <dylan@pnwbakers.com>