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

Pierre Schmitz pierre at archlinux.org
Sat Nov 21 08:10:32 UTC 2015


    Date: Saturday, November 21, 2015 @ 09:10:31
  Author: pierre
Revision: 251773

upgpkg: php-apcu 4.0.8-1

Modified:
  php-apcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-21 08:08:58 UTC (rev 251772)
+++ PKGBUILD	2015-11-21 08:10:31 UTC (rev 251773)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=php-apcu
-pkgver=4.0.7
+pkgver=4.0.8
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A userland caching module for PHP'
@@ -14,7 +14,7 @@
 license=('PHP')
 source=("http://pecl.php.net/get/apcu-$pkgver.tgz")
 backup=('etc/php/conf.d/apcu.ini')
-md5sums=('9feb03d3e5217242a39244964f098b52')
+md5sums=('a2006ba0c3ae460764d428308ed2352b')
 
 build() {
 	cd $srcdir/apcu-$pkgver
@@ -25,9 +25,11 @@
 
 check() {
 	cd $srcdir/apcu-$pkgver
+	export REPORT_EXIT_STATUS=1
 	export NO_INTERACTION=1
+	export SKIP_ONLINE_TESTS=1
+	export SKIP_SLOW_TESTS=1
 	make test
-	echo
 }
 
 package() {



More information about the arch-commits mailing list