summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliuzhe2020-09-24 11:11:07 +0800
committerliuzhe2020-09-24 11:11:07 +0800
commitc85b2ce56e9e57867f1306e9f729e447be846118 (patch)
tree3eecc60aaa8acc3b38472849b39fdc1d78c46181
parentfa7e659afdcca6bb68bc6229aa236bd34c57cfa7 (diff)
downloadaur-c85b2ce56e9e57867f1306e9f729e447be846118.tar.gz
3.15.3
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8490b16d105b..52cbebe44080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Liu Zhe <cruise.pas@gmail.com>
pkgname=python-json-tricks
-pkgver=3.13.4
+pkgver=3.15.3
pkgrel=1
pkgdesc="Extra features for Python's JSON"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
optdepends=('python-numpy' 'python-pandas' 'python-pytz')
makedepends=('python-setuptools')
source=("pyjson_tricks-$pkgver.tar.gz::https://github.com/mverleg/pyjson_tricks/archive/v$pkgver.tar.gz")
-sha1sums=('420a22cf729b35ac3392f9c202ae0387f5a78922')
+sha1sums=('aacc799ce391c0f31fc86268fb19eaab55e3cb2e')
build() {
cd "$srcdir"/pyjson_tricks-$pkgver