diff options
author | Britney Fransen <brfransen@gmail.com> | 2020-10-25 20:31:52 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2020-10-25 20:31:52 (GMT) |
commit | 33cbbb47416b8b84b686835c67e04157e57a5d8a (patch) | |
tree | 07f59892959f91aeb8ad53481d17d99f1dc1808b /abs | |
parent | d350e70f389af27316620633a2cb6480b4256317 (diff) | |
download | linhes_pkgbuild-33cbbb47416b8b84b686835c67e04157e57a5d8a.zip linhes_pkgbuild-33cbbb47416b8b84b686835c67e04157e57a5d8a.tar.gz linhes_pkgbuild-33cbbb47416b8b84b686835c67e04157e57a5d8a.tar.bz2 |
python-simplejson:3.17.2
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/python_modules/python-simplejson/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/abs/core/python_modules/python-simplejson/PKGBUILD b/abs/core/python_modules/python-simplejson/PKGBUILD index 0e1a323..c953a4e 100644 --- a/abs/core/python_modules/python-simplejson/PKGBUILD +++ b/abs/core/python_modules/python-simplejson/PKGBUILD @@ -1,4 +1,3 @@ -# $Id$ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> @@ -6,7 +5,7 @@ pkgbase=python-simplejson pkgname=('python-simplejson' 'python2-simplejson') -pkgver=3.13.2 +pkgver=3.17.2 pkgrel=1 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python' license=('MIT') @@ -15,7 +14,7 @@ url='https://github.com/simplejson/simplejson' makedepends=('python-setuptools' 'python2-setuptools') checkdepends=('python-pytest-runner' 'python2-pytest-runner') source=("$pkgbase-$pkgver.tar.gz::https://github.com/simplejson/simplejson/archive/v$pkgver.tar.gz") -sha512sums=('b1d6c68e1a6c967dfb695d0cd3d8dca19d458b650ddc0c8273328378eab7f52b801ee29431a6b3bde16608e886259267f41cbefabb7fbe7adb1e243479f91132') +sha512sums=('59428640d43fdc6927db752a36196f48d00818a87d924358deab7e498709515423ecdd34dece31364c5e8d64b63d99112fd4a4b8a03b9f9c6533268afc38e314') prepare() { cp -a simplejson-$pkgver{,-py2} |