summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Momčilović2020-09-21 13:38:43 +0200
committerBoris Momčilović2020-09-21 13:38:43 +0200
commit6f71872fe19858866e2011ac1ee1c15144f14e60 (patch)
treec8727fd4712d648bc358a956a835ceadcedd898f
parent4da9266d1b85b354243e1a673f98c877179fc349 (diff)
downloadaur-6f71872fe19858866e2011ac1ee1c15144f14e60.tar.gz
Back to nrk, bump to 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 775d37ad51f4..6e90b04df418 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = php-phpiredis-git
pkgdesc = PHP extension for Redis based on Hiredis
- pkgver = 1.0.0.r1.gcc401c1
+ pkgver = 1.0.1.r4.g4afea21
pkgrel = 1
- url = https://github.com/gearhead/phpiredis
+ url = https://github.com/nrk/phpiredis
arch = i686
arch = x86_64
license = PHP
depends = php
depends = hiredis
- source = git+https://github.com/gearhead/phpiredis.git
+ source = git+https://github.com/nrk/phpiredis.git#branch=v1.1
md5sums = SKIP
pkgname = php-phpiredis-git
diff --git a/PKGBUILD b/PKGBUILD
index 43bc03256036..6d93efd5c36e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=phpiredis
pkgname=php-${_pkgname}-git
-pkgver=1.0.0.r1.gcc401c1
+pkgver=1.0.1.r4.g4afea21
pkgrel=1
pkgdesc="PHP extension for Redis based on Hiredis"
arch=("i686" "x86_64")
-url="https://github.com/gearhead/phpiredis"
+url="https://github.com/nrk/phpiredis"
license=("PHP")
depends=("php" "hiredis")
-source=("git+https://github.com/gearhead/phpiredis.git")
+source=("git+https://github.com/nrk/phpiredis.git#branch=v1.1")
md5sums=('SKIP')
pkgver() {