summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcarlwgeorge2017-01-06 20:19:04 -0600
committercarlwgeorge2017-01-06 20:19:04 -0600
commit2ec4f794a865f35e61bf7bbfa17332228faacfcf (patch)
treef9292d4c3e048fbba7a934315a9da4d1a53d017a /PKGBUILD
parent93bfa960f79df7c536a4d3a32e18dc14f740a47e (diff)
downloadaur-2ec4f794a865f35e61bf7bbfa17332228faacfcf.tar.gz
0.2.0-2
* rebuild against Python 3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"