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

David Runge dvzrv at archlinux.org
Thu Oct 31 20:28:52 UTC 2019


    Date: Thursday, October 31, 2019 @ 20:28:52
  Author: dvzrv
Revision: 521719

upgpkg: php-redis 5.1.0-1

Upgrading to 5.1.0. Updating maintainer info. Adding all direct library depends.

Modified:
  php-redis/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 20:02:12 UTC (rev 521718)
+++ PKGBUILD	2019-10-31 20:28:52 UTC (rev 521719)
@@ -1,20 +1,20 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=php-redis
 _name=redis
 _upstream=phpredis
-pkgver=5.0.2
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 pkgdesc="An API for communicating with the Redis key-value store"
 arch=('x86_64')
 url="https://github.com/phpredis/phpredis/"
 license=('PHP')
-depends=('php-igbinary' 'liblzf')
+depends=('glibc' 'liblzf' 'php-igbinary')
 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')
+sha512sums=('6ecb4bede3ad0425bfaaf09886d53de007a77b51170a0cd79784264d2b803c10fdab77ca0f0189beae248894419f5cf4f0a0078e076bda33e25c5f6acc56b41e')
 
 prepare() {
   mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"



More information about the arch-commits mailing list