summaryrefslogtreecommitdiff
path: root/extra/php-xcache
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-08-18 15:09:09 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-08-18 15:09:09 +0200
commit911a818dc1dde41745d065b1272333f5668ed270 (patch)
treea2f889a0b0b6922bcc32ca94b1b6ca31eda406b2 /extra/php-xcache
parentf5960fe27a2d814eab2ac7efacd714322c18a7b7 (diff)
parentb35ab776341c79068977be153a2ad8340eb9498c (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/php-geoip/PKGBUILD extra/libfprint/PKGBUILD extra/php-apc/PKGBUILD extra/php-xcache/PKGBUILD extra/serf/PKGBUILD
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 02e375e98..1b0579dc7 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' 'mips64el')
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() {