python-simplejson: update to 3.7.2

This commit is contained in:
Alessio Sergi 2015-05-29 20:03:31 +02:00
parent a8bd3aed36
commit 96b87abe9f

View file

@ -1,6 +1,6 @@
# Template file for 'python-simplejson' # Template file for 'python-simplejson'
pkgname=python-simplejson pkgname=python-simplejson
version=3.7.1 version=3.7.2
revision=1 revision=1
wrksrc="simplejson-${version}" wrksrc="simplejson-${version}"
build_style=python-module build_style=python-module
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/simplejson/simplejson" homepage="https://github.com/simplejson/simplejson"
license="MIT, AFL-2.1" license="MIT, AFL-2.1"
distfiles="${PYPI_SITE}/s/simplejson/simplejson-${version}.tar.gz" distfiles="${PYPI_SITE}/s/simplejson/simplejson-${version}.tar.gz"
checksum=4b837e37885503776b8d76182aa91e3bb27a3c38a023b14008e4cb63170bebc4 checksum=8358ecc05541be4068109acf26a4ae89ba14450d20e92e0973d0d67bea3d7431
post_install() { post_install() {
vlicense LICENSE.txt LICENSE vlicense LICENSE.txt LICENSE