[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Thu Sep 18 16:09:49 UTC 2014


    Date: Thursday, September 18, 2014 @ 18:09:49
  Author: pierre
Revision: 221939

upgpkg: php-xcache 3.2.0-2

Modified:
  php-xcache/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-18 16:07:59 UTC (rev 221938)
+++ PKGBUILD	2014-09-18 16:09:49 UTC (rev 221939)
@@ -3,21 +3,20 @@
 
 pkgname=php-xcache
 pkgver=3.2.0
-_pkgver=${pkgver}-rc1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
 depends=('php')
 license=('custom')
-source=("http://xcache.lighttpd.net/pub/Releases/${_pkgver}/xcache-${_pkgver}.tar.bz2"
+source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2"
         'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('f2ff89e969381039f13369f3387142da'
+md5sums=('51bbbf533f4b476c73373f9f480f3097'
          '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {
-	cd $srcdir/$_pkgver
+	cd $srcdir/xcache-$pkgver
 	phpize
 	./configure --prefix=/usr
 	make
@@ -24,7 +23,7 @@
 }
 
 check() {
-	cd $srcdir/$_pkgver
+	cd $srcdir/xcache-$pkgver
 	export NO_INTERACTION=1
 	make test
 	echo
@@ -31,7 +30,7 @@
 }
 
 package() {
-	cd $srcdir/$_pkgver
+	cd $srcdir/xcache-$pkgver
 	make INSTALL_ROOT=$pkgdir install
 
 	install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini




More information about the arch-commits mailing list