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

Pierre Schmitz pierre at nymeria.archlinux.org
Sat Aug 10 15:32:40 UTC 2013


    Date: Saturday, August 10, 2013 @ 17:32:39
  Author: pierre
Revision: 192389

upgpkg: php-xcache 3.1.0dev-12

Modified:
  php-xcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-10 15:22:56 UTC (rev 192388)
+++ PKGBUILD	2013-08-10 15:32:39 UTC (rev 192389)
@@ -2,17 +2,19 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=php-xcache
-pkgver=3.0.3
-pkgrel=1
+pkgver=3.1.0dev
+_svnrev=1341
+pkgrel=12
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
 depends=('php')
+makedepends=('subversion')
 license=('custom')
-source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2"
+source=("xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}"
         'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('8e9d59785725747f9f099af2bd54ddd2'
+md5sums=('SKIP'
          '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {
@@ -24,7 +26,8 @@
 
 # check() {
 # 	cd $srcdir/xcache-$pkgver
-# 	make test
+# 	printf "n\n" | make test
+# 	echo
 # }
 
 package() {




More information about the arch-commits mailing list