summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoan Blanc2021-07-10 06:49:57 +0200
committerYoan Blanc2021-07-10 06:49:57 +0200
commit1e4eb110ca37ec64ab488b795156e91e123655f8 (patch)
tree51d96e837aa10a495641774f35490817720ab0ba
parentebeb275fc19d85ff70c3c1e7c69b2d54309b5d8a (diff)
downloadaur-1e4eb110ca37ec64ab488b795156e91e123655f8.tar.gz
Upgrade to 3.17.3
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7362526ad3b0..311408dd1c10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-simplejson
pkgdesc = Simple, fast, extensible JSON encoder/decoder for python2
- pkgver = 3.17.2
- pkgrel = 4
+ pkgver = 3.17.3
+ pkgrel = 1
url = https://github.com/simplejson/simplejson
arch = x86_64
license = MIT
checkdepends = python2-pytest-runner
makedepends = python2-setuptools
depends = python2
- source = python2-simplejson-3.17.2.tar.gz::https://github.com/simplejson/simplejson/archive/v3.17.2.tar.gz
- sha512sums = 59428640d43fdc6927db752a36196f48d00818a87d924358deab7e498709515423ecdd34dece31364c5e8d64b63d99112fd4a4b8a03b9f9c6533268afc38e314
+ source = python2-simplejson-3.17.3.tar.gz::https://github.com/simplejson/simplejson/archive/v3.17.3.tar.gz
+ sha512sums = eb8bae7cb14b9f3cdcc0fe8ce7fc9edde09099c054d6335d0afc26cfaa16657d580b095fd8879bb48856be82050824015e9636942dafe95c888ee2db43adfb97
pkgname = python2-simplejson
diff --git a/PKGBUILD b/PKGBUILD
index 8131611ec030..5bf6472e13aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: David Moore <davidm@sjsoft.com>
pkgname=python2-simplejson
-pkgver=3.17.2
-pkgrel=4
+pkgver=3.17.3
+pkgrel=1
pkgdesc='Simple, fast, extensible JSON encoder/decoder for python2'
license=('MIT')
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('python2')
makedepends=('python2-setuptools')
checkdepends=('python2-pytest-runner')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('59428640d43fdc6927db752a36196f48d00818a87d924358deab7e498709515423ecdd34dece31364c5e8d64b63d99112fd4a4b8a03b9f9c6533268afc38e314')
+sha512sums=('eb8bae7cb14b9f3cdcc0fe8ce7fc9edde09099c054d6335d0afc26cfaa16657d580b095fd8879bb48856be82050824015e9636942dafe95c888ee2db43adfb97')
build() {
cd "${srcdir}"/simplejson-${pkgver}