diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-19 10:03:21 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-19 10:03:21 +0100 |
commit | 46602cb86218c37b896a2c90aa702d94793b6779 (patch) | |
tree | 107fedff7db7ea57c5bd9684f98805b2f1167029 /community/xdebug/PKGBUILD | |
parent | 7e6a790c47fb44426cdda8ea0aca8c247a524c5e (diff) | |
parent | de5b6982e42f4a1e8b0537cfbc1b676e2a81f195 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/quesoglc/PKGBUILD
community/trickle/PKGBUILD
cross/cross-mips64el-unknown-linux-gnu-gcc-core-shared/PKGBUILD
cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD
cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD
cross/mips64el-unknown-linux-gnu-glibc/PKGBUILD
extra/ffmpeg/PKGBUILD
extra/perl-dbi/PKGBUILD
extra/perl-net-dns/PKGBUILD
extra/xfce4-dev-tools/PKGBUILD
gnome-unstable/networkmanager/PKGBUILD
multilib-testing/lib32-libdrm/PKGBUILD
multilib-testing/lib32-libdrm/no-pthread-stubs.patch
multilib/lib32-libxcb/PKGBUILD
multilib/lib32-util-linux/PKGBUILD
multilib/wine/PKGBUILD
multilib/wine_gecko/PKGBUILD
Diffstat (limited to 'community/xdebug/PKGBUILD')
-rw-r--r-- | community/xdebug/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD index cea0f3650..0c25492a4 100644 --- a/community/xdebug/PKGBUILD +++ b/community/xdebug/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 65011 2012-02-20 01:39:51Z spupykin $ +# $Id: PKGBUILD 68086 2012-03-17 18:57:19Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jonathan Wiersma <arch aur at jonw dot org> # Contributor: Jonathan Wiersma <arch aur at jonw dot org> # Contributor: sracker <smb.sac@gmail.com> pkgname=xdebug -pkgver=2.1.3 -pkgrel=2 +pkgver=2.1.4 +pkgrel=1 pkgdesc="PHP debugging extension" arch=('i686' 'x86_64' 'mips64el') url="http://www.xdebug.org" @@ -17,7 +17,7 @@ backup=('etc/php/conf.d/xdebug.ini') source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz xdebug-5.2.ini xdebug.ini) -md5sums=('779f4a66acdccd673553769e403674c4' +md5sums=('0a1339ad8053eface15ed6420a295939' '6b7fdbbe0bf381bda40e77e29981f439' '68de800943369d4c76bdf7eb35c8463b') |