[arch-commits] Commit in php-redis/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Nov 14 14:24:21 UTC 2019


    Date: Thursday, November 14, 2019 @ 14:24:21
  Author: dvzrv
Revision: 528687

upgpkg: php-redis 5.1.1-2

Adding a note to the php config snippet to enable igbinary (as it is required) (FS#64378).

Modified:
  php-redis/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-14 13:16:21 UTC (rev 528686)
+++ PKGBUILD	2019-11-14 14:24:21 UTC (rev 528687)
@@ -4,7 +4,7 @@
 _name=redis
 _upstream=phpredis
 pkgver=5.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An API for communicating with the Redis key-value store"
 arch=('x86_64')
 url="https://github.com/phpredis/phpredis/"
@@ -24,7 +24,7 @@
   # the kill after shutdown of redis makes it exit with status code 1
   sed -e '/kill -9/d' -i tests/mkring.sh
   # disable the extension by default
-  echo ";extension=${_name}" > "${_name}.ini"
+  echo -e "; this extension requires igbinary to be activated as well\n;extension=${_name}" > "${_name}.ini"
   phpize
 }
 



More information about the arch-commits mailing list