Python Simple JSON 3.0.8

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2013-02-19 23:31:35 +00:00
parent 7da40a5bf7
commit 16dd432869

View File

@ -6,7 +6,7 @@
pkgname=python2-simplejson
_pkgname=simplejson
pkgver=3.0.7
pkgver=3.0.8
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=('f674e9035aee1064dae90b22aa76ea98')
md5sums=('a3b584dcc6963074c24f391b20edd805')
package() {
cd ${srcdir}/$_pkgname-${pkgver}