Python Simple JSON 3.1.3

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2013-04-07 20:43:56 +00:00
parent 2768dd4b82
commit 1e1d401ce0

View File

@ -6,7 +6,7 @@
pkgname=python2-simplejson
_pkgname=simplejson
pkgver=3.1.2
pkgver=3.1.3
pkgrel=1
pkgdesc="Simple, fast, extensible JSON encoder/decoder for Python"
license=('MIT')
@ -17,7 +17,7 @@ makedepends=('python-distribute')
replaces=(python-simplejson)
provides=(python-simplejson)
source=(http://pypi.python.org/packages/source/s/$_pkgname/$_pkgname-${pkgver}.tar.gz)
md5sums=('95f89e4a6079946a9bfc7f6424f71e15')
md5sums=('ffb9fdd8ff3225a61b455bb1bcb98e41')
package() {
cd ${srcdir}/$_pkgname-${pkgver}