summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrançois Garillot2019-03-25 09:05:46 -0700
committerFrançois Garillot2019-03-25 09:05:46 -0700
commit0f811314345d811b597df0965177b6864ba41bfa (patch)
treebcb2da6a0c4d77b97ce297f3b321b5ef1814dccd /PKGBUILD
parent31d918d377a35f67fbfd736a6a7cbfa7f104dae9 (diff)
downloadaur-0f811314345d811b597df0965177b6864ba41bfa.tar.gz
Bump demjson version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e5a33faf34c..5dcf5e5ac686 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francois Garillot <francois[at]garillot.net>
# Contributor: Massimiliano Torromeo <massimiliano.torromeo[@]gmail.com>
pkgname=demjson
-pkgver=2.2.3
+pkgver=2.2.4
pkgrel=1
pkgdesc="Encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 4627"
arch=(any)
@@ -9,8 +9,8 @@ url="http://deron.meranda.us/python/demjson/"
license=('LGPL')
depends=('python2>=2.6.0')
makedepends=(python2-distribute)
-md5sums=('6e0cba366f6697f51f08263516dcb4b0')
-source=(http://pypi.python.org/packages/source/d/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('31de2038a0fdd9c4c11f8bf3b13fe77bc2a128307f965c8d5fb4dc6d6f6beb79')
+source=("https://files.pythonhosted.org/packages/96/67/6db789e2533158963d4af689f961b644ddd9200615b8ce92d6cad695c65a/$pkgname-$pkgver.tar.gz")
package() {
cd $srcdir/$pkgname-$pkgver