diff options
Diffstat (limited to 'community/arm-none-eabi-gdb')
-rw-r--r-- | community/arm-none-eabi-gdb/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/arm-none-eabi-gdb/PKGBUILD b/community/arm-none-eabi-gdb/PKGBUILD index b0d72d6b4..0cb7c6deb 100644 --- a/community/arm-none-eabi-gdb/PKGBUILD +++ b/community/arm-none-eabi-gdb/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 106105 2014-02-22 23:13:31Z anatolik $ +# $Id: PKGBUILD 110923 2014-05-09 16:39:02Z anatolik $ # Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com> # Contributor: Martin Schmölzer <mschmoelzer@gmail.com> _target=arm-none-eabi pkgname=$_target-gdb -pkgver=7.7 -pkgrel=2 +pkgver=7.7.1 +pkgrel=1 pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target' arch=(i686 x86_64) url='http://www.gnu.org/software/gdb/' @@ -16,7 +16,7 @@ optdepends=('openocd: for debugging JTAG targets' 'stlink: for debugging over STLINK') options=(!emptydirs) source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.bz2) -sha256sums=('0404d1c6ee6b3ddd811722b5197944758d37b4591c216030effbac204f5a6c23') +sha256sums=('0dbd5260406f1b0c70fcf027c6488527fadde0cd9bb574593491fe076eb03aa5') build() { cd gdb-$pkgver |