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

Pierre Schmitz pierre at nymeria.archlinux.org
Thu Oct 10 12:55:07 UTC 2013


    Date: Thursday, October 10, 2013 @ 14:55:06
  Author: pierre
Revision: 196272

upgpkg: php-xcache 3.1.0-1

Modified:
  php-xcache/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-10 12:46:11 UTC (rev 196271)
+++ PKGBUILD	2013-10-10 12:55:06 UTC (rev 196272)
@@ -2,19 +2,17 @@
 # Maintainer: Pierre Schmitz <pierre at 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() {




More information about the arch-commits mailing list