summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12367659d860..e4ac9b65f946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Liu Zhe <cruise.pas@gmail.com>
pkgname=python-json-tricks
-pkgver=3.12.2
+pkgver=3.13.0
pkgrel=1
pkgdesc="Extra features for Python's JSON"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
optdepends=('python-numpy' 'python-pytz' 'python-pandas')
makedepends=('python-setuptools')
source=("pyjson_tricks-$pkgver.tar.gz::https://github.com/mverleg/pyjson_tricks/archive/v$pkgver.tar.gz")
-sha1sums=('29537cb4a210dcbb6f6c130994b39730b64d831c')
+sha1sums=('2373e6d44d1796e64d9d8acd930799274145da22')
build() {
cd "$srcdir"/pyjson_tricks-$pkgver