summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Savannah2018-09-21 21:25:23 -0400
committerTim Savannah2018-09-21 21:25:23 -0400
commitde5c2ff67c35a3a150e4f8b80a4cf6ecc447c336 (patch)
tree06b92c61d58acf2c79d4ccdce6d348dbca34df87
parent4e54de2c1c8b72f9857a087cea48672045b1561b (diff)
downloadaur-python-indexedredis.tar.gz
Rebuild for python 3.7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94b988b4096f..6190ce59b654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-indexedredis
pkgdesc = A super-fast ORM backed by Redis, supporting models and indexes with O(1) searches, and support for storing native/complex types and objects
pkgver = 6.0.3
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/kata198/IndexedRedis
arch = any
license = LGPLv2
diff --git a/PKGBUILD b/PKGBUILD
index 990ece14123d..a8cf31e6c234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-indexedredis'
pkgver=6.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A super-fast ORM backed by Redis, supporting models and indexes with O(1) searches, and support for storing native/complex types and objects"
arch=('any')
license=('LGPLv2')