summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"