summaryrefslogtreecommitdiff
path: root/extra/php-xcache
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-18 01:29:49 -0700
committerroot <root@rshg054.dnsready.net>2013-08-18 01:29:49 -0700
commitb35ab776341c79068977be153a2ad8340eb9498c (patch)
treee5222b3e4690aa531940f5ea221351ec91ca51d9 /extra/php-xcache
parent74952c750361d72d7b2d14179d4e88b6ce0a0c7e (diff)
Sun Aug 18 01:29:08 PDT 2013
Diffstat (limited to 'extra/php-xcache')
-rw-r--r--extra/php-xcache/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/extra/php-xcache/PKGBUILD b/extra/php-xcache/PKGBUILD
index ad9442b53..21f7bfacf 100644
--- a/extra/php-xcache/PKGBUILD
+++ b/extra/php-xcache/PKGBUILD
@@ -1,18 +1,20 @@
-# $Id: PKGBUILD 188803 2013-06-21 12:38:37Z pierre $
+# $Id: PKGBUILD 193139 2013-08-17 08:22:18Z pierre $
# Maintainer: Pierre Schmitz <pierre@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 @@ build() {
# check() {
# cd $srcdir/xcache-$pkgver
-# make test
+# printf "n\n" | make test
+# echo
# }
package() {