summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 114d69deda5a..4166c90e354a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=phpredis-git
pkgrel=1
-pkgver=3.0.0.rc1.r56.ga57d15e
+pkgver=3.1.1RC2.r74.g1528fea
pkgdesc="A PHP extension for Redis"
arch=('i686' 'x86_64')
url="https://github.com/phpredis/phpredis"
@@ -14,7 +14,7 @@ _inifile="etc/php/conf.d/$_ininame"
provides=("php-redis")
conflicts=("php-redis")
backup=("$_inifile")
-source=(git+https://github.com/phpredis/phpredis.git#branch=php7 ${_ininame})
+source=(git+https://github.com/phpredis/phpredis.git ${_ininame})
md5sums=('SKIP'
'1fc22a23c6b24a223dd235a15d5e194f')