summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorliuzhe2019-11-07 01:13:54 +0800
committerliuzhe2019-11-07 01:13:54 +0800
commitfa7e659afdcca6bb68bc6229aa236bd34c57cfa7 (patch)
treeb0c6ae6c8cd6f118d758e80316b766c490f37377 /PKGBUILD
parent7db9d3f8e1b361d7af82e84de1defd9b4e14d08a (diff)
downloadaur-fa7e659afdcca6bb68bc6229aa236bd34c57cfa7.tar.gz
3.13.4
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