summaryrefslogtreecommitdiff
path: root/extra/php-xcache/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/php-xcache/PKGBUILD')
-rw-r--r--extra/php-xcache/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/extra/php-xcache/PKGBUILD b/extra/php-xcache/PKGBUILD
index a995f2197..22393296e 100644
--- a/extra/php-xcache/PKGBUILD
+++ b/extra/php-xcache/PKGBUILD
@@ -1,20 +1,18 @@
-# $Id: PKGBUILD 195126 2013-09-25 11:18:14Z pierre $
+# $Id: PKGBUILD 196293 2013-10-11 06:26:09Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=php-xcache
-pkgver=3.1.0dev
-_svnrev=1394
-pkgrel=14
+pkgver=3.1.0
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A PHP opcode cacher'
url='http://xcache.lighttpd.net/'
depends=('php')
-makedepends=('subversion')
license=('custom')
-source=("xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}"
+source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2"
'xcache.ini')
backup=('etc/php/conf.d/xcache.ini')
-md5sums=('SKIP'
+md5sums=('e5816d47d52be200b959bf69a673ff74'
'8fd9ce537ada9463c4b0c042243158c0')
build() {