diff options
Diffstat (limited to 'community/kdbg/PKGBUILD')
-rw-r--r-- | community/kdbg/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kdbg/PKGBUILD b/community/kdbg/PKGBUILD index 9a983df84..1d4061459 100644 --- a/community/kdbg/PKGBUILD +++ b/community/kdbg/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 99820 2013-10-31 01:54:27Z allan $ +# $Id: PKGBUILD 100788 2013-11-10 20:07:06Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Eric Belanger <belanger@astro.umontreal.ca> # Contributor: Jason Taylor <jftaylor21@gmail.com> # Contributor: Georg Grabler <ggrabler@chello.at> pkgname=kdbg -pkgver=2.5.3 -pkgrel=2 +pkgver=2.5.4 +pkgrel=1 pkgdesc="A gdb GUI for KDE" arch=('i686' 'x86_64' 'mips64el') url="http://www.kdbg.org" @@ -14,7 +14,7 @@ license=('GPL') depends=('kdebase-runtime' 'gdb') makedepends=('automoc4' 'cmake' 'optipng') source=("http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz") -md5sums=('345183d07eb11a9c841d3dc34b734613') +md5sums=('715219a810f39e02b493cab9c4a845a1') build() { cd $srcdir |