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

David Runge dvzrv at archlinux.org
Mon Mar 2 20:46:40 UTC 2020


    Date: Monday, March 2, 2020 @ 20:46:39
  Author: dvzrv
Revision: 588816

upgpkg: php-redis 5.2.0-1: Upgrading to 5.2.0. Adding liblzf.so as sodep in package() and moving liblzf to makedepends.

Modified:
  php-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-02 20:46:38 UTC (rev 588815)
+++ PKGBUILD	2020-03-02 20:46:39 UTC (rev 588816)
@@ -3,18 +3,19 @@
 pkgname=php-redis
 _name=redis
 _upstream=phpredis
-pkgver=5.1.1
-pkgrel=3
+pkgver=5.2.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=('glibc' 'liblzf' 'php-igbinary')
+depends=('glibc' 'php-igbinary')
+makedepends=('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=('d15bfb675491aaafeb09a398fb540d9ba6d64803d7ad0fd8765bc1a3f50f58ef066384e678f20259742b67135e814f0b379861a46eab3afa0ac9f95ae375e726')
+sha512sums=('ccf641838102312a721f6bd424c56e8ceef9444c52d80a172a16c06443845b647309bdd8ab559c0a721b521ed9cee5bbe7f5f5f3ffb3cef56cbcb8c0483f730a')
 
 prepare() {
   mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"
@@ -50,6 +51,7 @@
 }
 
 package() {
+  depends+=('liblzf.so')
   cd "$pkgname-$pkgver"
   make INSTALL_ROOT="$pkgdir/" install
   install -vDm 644 "${_name}.ini" -t "${pkgdir}/etc/php/conf.d/"



More information about the arch-commits mailing list