diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 09:52:07 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 09:52:07 +0100 |
commit | d830c3b1d23d90c928c68bf821049db3abf897b8 (patch) | |
tree | fe0cb5ea454a6dbbdd4ad55fc41a6d1c539822c1 /extra/php-xcache | |
parent | 4d0ba8da182e9ae35e0f7071adc2970d906698bc (diff) | |
parent | b863c91c6c9218e2ad9458231b24385be177ed08 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gtkdatabox/PKGBUILD
community/ibus-sunpinyin/PKGBUILD
community/sunpinyin/PKGBUILD
extra/php-xcache/PKGBUILD
extra/sdl_mixer/PKGBUILD
extra/xorg-server/PKGBUILD
Diffstat (limited to 'extra/php-xcache')
-rw-r--r-- | extra/php-xcache/PKGBUILD | 12 | ||||
-rw-r--r-- | extra/php-xcache/xcache.ini | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/extra/php-xcache/PKGBUILD b/extra/php-xcache/PKGBUILD index bd4bb1472..6d7f6800b 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' 'mips64el') 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 } diff --git a/extra/php-xcache/xcache.ini b/extra/php-xcache/xcache.ini index c2677a5ca..b814dbce1 100644 --- a/extra/php-xcache/xcache.ini +++ b/extra/php-xcache/xcache.ini @@ -1,3 +1,3 @@ -;zend_extension=/usr/lib/php/modules/xcache.so +;extension=xcache.so xcache.size=64M xcache.var_size=64M |