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

David Runge dvzrv at archlinux.org
Sat Aug 31 00:27:16 UTC 2019


    Date: Saturday, August 31, 2019 @ 00:27:15
  Author: dvzrv
Revision: 505537

upgpkg: php-redis 5.0.2-2

Adding PHP configuration snippet to backup array (FS#63335).

Modified:
  php-redis/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-31 00:26:26 UTC (rev 505536)
+++ PKGBUILD	2019-08-31 00:27:15 UTC (rev 505537)
@@ -4,7 +4,7 @@
 _name=redis
 _upstream=phpredis
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An API for communicating with the Redis key-value store"
 arch=('x86_64')
 url="https://github.com/phpredis/phpredis/"
@@ -12,6 +12,7 @@
 depends=('php-igbinary' 'liblzf')
 checkdepends=('lsof' 'redis')
 optdepends=('redis: use a local redis instance')
+backup=("etc/php/conf.d/${_name}.ini")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz")
 sha512sums=('34ae9bc63a2a523d4536e467b58159a5141027db6e417b2227c686aab56e159d1d3fc5135223baa01135a7b3c87dbe672118b34317c7514e717159b67cc5380e')
 



More information about the arch-commits mailing list