summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-01-06 20:19:04 -0600
committercarlwgeorge2017-01-06 20:19:04 -0600
commit2ec4f794a865f35e61bf7bbfa17332228faacfcf (patch)
treef9292d4c3e048fbba7a934315a9da4d1a53d017a
parent93bfa960f79df7c536a4d3a32e18dc14f740a47e (diff)
downloadaur-2ec4f794a865f35e61bf7bbfa17332228faacfcf.tar.gz
0.2.0-2
* rebuild against Python 3.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70c3beb39a39..4600b8ea6059 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jun 27 01:25:23 UTC 2016
+# Sat Jan 7 02:19:02 UTC 2017
pkgbase = python-hiredis
pkgdesc = Python wrapper for hiredis
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/redis/hiredis-py
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a4baef716793..b83afd5def5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name="hiredis"
pkgname=("python-${_name}" "python2-${_name}")
pkgver="0.2.0"
-pkgrel="1"
+pkgrel="2"
pkgdesc="Python wrapper for hiredis"
arch=("i686" "x86_64")
url="https://github.com/redis/hiredis-py"