summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4ac9b65f946..8490b16d105b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Liu Zhe <cruise.pas@gmail.com>
pkgname=python-json-tricks
-pkgver=3.13.0
+pkgver=3.13.4
pkgrel=1
pkgdesc="Extra features for Python's JSON"
arch=('any')
url='https://github.com/mverleg/pyjson_tricks'
license=('BSD')
depends=('python')
-optdepends=('python-numpy' 'python-pytz' 'python-pandas')
+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=('2373e6d44d1796e64d9d8acd930799274145da22')
+sha1sums=('420a22cf729b35ac3392f9c202ae0387f5a78922')
build() {
cd "$srcdir"/pyjson_tricks-$pkgver