Python Simple JSON 3.1.2

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2013-03-22 00:08:20 +00:00
parent 90aae5ae88
commit 6ba09158d0

View File

@ -6,7 +6,7 @@
pkgname=python2-simplejson
_pkgname=simplejson
pkgver=3.1.0
pkgver=3.1.2
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=('71df0076d4a35d29bfea530cb8226c26')
md5sums=('95f89e4a6079946a9bfc7f6424f71e15')
package() {
cd ${srcdir}/$_pkgname-${pkgver}