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

Sergej Pupykin spupykin at archlinux.org
Mon Mar 23 11:11:27 UTC 2015


    Date: Monday, March 23, 2015 @ 12:11:26
  Author: spupykin
Revision: 129802

upgpkg: xdebug 2.3.2-1

upd

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-23 10:27:07 UTC (rev 129801)
+++ PKGBUILD	2015-03-23 11:11:26 UTC (rev 129802)
@@ -5,8 +5,8 @@
 # Contributor: sracker <smb.sac at gmail.com>
 
 pkgname=xdebug
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
 pkgdesc="PHP debugging extension"
 arch=('i686' 'x86_64')
 url="http://www.xdebug.org"
@@ -14,15 +14,13 @@
 depends=('php')
 backup=('etc/php/conf.d/xdebug.ini')
 source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-	https://github.com/derickr/xdebug/commit/a71762d4ded9ebd8121dfdc8d2af2dbebb5cc3c7.patch
 	xdebug.ini)
-md5sums=('117d8e54d84b1cb7e07a646377007bd5'
-         'a0949c19bd3b486a7fc3eefbfada4f3d'
+md5sums=('647b862291fe900f40d25a80fcf50026'
          '6a1f2ef91c632d4c9b7b218cd2e278ef')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-  patch -p1 <$srcdir/a71762d4ded9ebd8121dfdc8d2af2dbebb5cc3c7.patch
+#  patch -p1 <$srcdir/a71762d4ded9ebd8121dfdc8d2af2dbebb5cc3c7.patch
 }
 
 build() {



More information about the arch-commits mailing list