summaryrefslogtreecommitdiff
path: root/extra/php-xcache/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-12 01:31:01 -0800
committerroot <root@rshg054.dnsready.net>2012-11-12 01:31:01 -0800
commitb863c91c6c9218e2ad9458231b24385be177ed08 (patch)
treeda88c798b067fd2af9ad0c2237917826cef02c8e /extra/php-xcache/PKGBUILD
parentc1c596c922f0dc8622339011db936c531647203d (diff)
Mon Nov 12 01:30:54 PST 2012
Diffstat (limited to 'extra/php-xcache/PKGBUILD')
-rw-r--r--extra/php-xcache/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/php-xcache/PKGBUILD b/extra/php-xcache/PKGBUILD
index 678c39c3a..185739cc5 100644
--- a/extra/php-xcache/PKGBUILD
+++ b/extra/php-xcache/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 163591 2012-07-16 07:46:41Z pierre $
+# $Id: PKGBUILD 170770 2012-11-11 06:21:29Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=php-xcache
-pkgver=2.0.1
-pkgrel=1
+pkgver=3.0.0
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc='A PHP opcode cacher'
url='http://xcache.lighttpd.net/'
@@ -12,8 +12,8 @@ license=('custom')
source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2"
'xcache.ini')
backup=('etc/php/conf.d/xcache.ini')
-md5sums=('d3bc9645dc1b084c1eb45cfc4d8e9ccc'
- 'bba7ead3e592a7980aa91a8600973587')
+md5sums=('63be7c8b14ffc01babe5378111f13228'
+ '8fd9ce537ada9463c4b0c042243158c0')
build() {
cd $srcdir/xcache-$pkgver
@@ -34,7 +34,7 @@ package() {
install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
install -dm755 $pkgdir/usr/share/php-xcache/admin
- install -m644 admin/* $pkgdir/usr/share/php-xcache/admin/
+ cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
}