summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkunnyk2017-04-29 11:57:20 +0200
committerSkunnyk2017-04-29 11:57:20 +0200
commite9e3292b9023c716b7090e314f63aeecbb14d5d8 (patch)
tree07fd4aaba867e013517afeb2d8b612d98298b701
parent1bd117d6e945fe920dcda410a3df01c8348c0ab4 (diff)
downloadaur-e9e3292b9023c716b7090e314f63aeecbb14d5d8.tar.gz
Use master branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70099c3080fb..f5bcf509a893 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phpredis-git
pkgdesc = A PHP extension for Redis
- pkgver = 3.0.0.rc1.r56.ga57d15e
+ pkgver = 3.1.1RC2.r74.g1528fea
pkgrel = 1
url = https://github.com/phpredis/phpredis
arch = i686
@@ -11,7 +11,7 @@ pkgbase = phpredis-git
provides = php-redis
conflicts = php-redis
backup = etc/php/conf.d/phpredis.ini
- source = git+https://github.com/phpredis/phpredis.git#branch=php7
+ source = git+https://github.com/phpredis/phpredis.git
source = phpredis.ini
md5sums = SKIP
md5sums = 1fc22a23c6b24a223dd235a15d5e194f
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')