Date: Monday, November 5, 2012 @ 05:22:22 Author: pierre Revision: 170202
upgpkg: php-xcache 3.0.0-1 upstream update Modified: php-xcache/trunk/PKGBUILD php-xcache/trunk/xcache.ini ------------+ PKGBUILD | 8 ++++---- xcache.ini | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-11-05 08:17:35 UTC (rev 170201) +++ PKGBUILD 2012-11-05 10:22:22 UTC (rev 170202) @@ -2,7 +2,7 @@ # Maintainer: Pierre Schmitz <[email protected]> pkgname=php-xcache -pkgver=2.0.1 +pkgver=3.0.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='A PHP opcode cacher' @@ -12,8 +12,8 @@ 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=('671c8168de9e9e04725dfc4726113646' + '8fd9ce537ada9463c4b0c042243158c0') build() { cd $srcdir/xcache-$pkgver @@ -34,7 +34,7 @@ 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 } Modified: xcache.ini =================================================================== --- xcache.ini 2012-11-05 08:17:35 UTC (rev 170201) +++ xcache.ini 2012-11-05 10:22:22 UTC (rev 170202) @@ -1,3 +1,3 @@ -;zend_extension=/usr/lib/php/modules/xcache.so +;extension=xcache.so xcache.size=64M xcache.var_size=64M
