diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-02 19:42:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-02 19:42:41 +0000 |
commit | 360f4d9b8cec176e6dfe9753b04864e7d52fe649 (patch) | |
tree | 8465814ef0c391746fe3f9b54258ee5a301f9194 /main/gdb/APKBUILD | |
parent | 785681886734070a12dafa56caac04234d73d223 (diff) | |
download | aports-360f4d9b8cec176e6dfe9753b04864e7d52fe649.tar.bz2 aports-360f4d9b8cec176e6dfe9753b04864e7d52fe649.tar.xz |
main/gdb: upgrade to 7.3
Diffstat (limited to 'main/gdb/APKBUILD')
-rw-r--r-- | main/gdb/APKBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD index b53a2b13e4..b6b8e77936 100644 --- a/main/gdb/APKBUILD +++ b/main/gdb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gdb -pkgver=7.2 -pkgrel=1 +pkgver=7.3 +pkgrel=0 pkgdesc="The GNU Debugger" url="http://sources.redhat.com/gdb/" arch="all" @@ -9,9 +9,7 @@ license="GPL3" depends= makedepends="ncurses-dev expat-dev" subpackages="$pkgname-doc" -source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2 - 80_all_gdb-6.5-dwarf-stack-overflow.patch - " +source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2" # patches were found here: # http://distfiles.gentoo.org/distfiles/gdb-7.2-patches-1.tar.xz _builddir="$srcdir"/$pkgname-$pkgver @@ -47,5 +45,4 @@ package() { rm -rf "$pkgdir"/usr/lib } -md5sums="64260e6c56979ee750a01055f16091a5 gdb-7.2.tar.bz2 -eb81ee111ba23682d4257dad50e01de0 80_all_gdb-6.5-dwarf-stack-overflow.patch" +md5sums="485022b8df7ba2221f217e128f479fe7 gdb-7.3.tar.bz2" |