summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel E. Shub2017-08-30 18:52:24 -0400
committerDaniel E. Shub2017-08-30 18:52:24 -0400
commite48464b1c17f9f628f126ee28390029107c2cbf6 (patch)
tree794316f0349a5ab7134a877ac7bc88dd482688cb
parent851274625a08e6c4c4635601f6d8158681844c68 (diff)
downloadaur-e48464b1c17f9f628f126ee28390029107c2cbf6.tar.gz
3.8.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dc245cf2726..6f96f4766fef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-json-tricks
pkgdesc = Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.
pkgver = 3.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mverleg/pyjson_tricks
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index d29467565b81..04e6c125e53b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=pyjson_tricks
pkgname=python2-json-tricks
pkgver=3.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable."
arch=(any)
url="https://github.com/mverleg/pyjson_tricks"