[arch-commits] Commit in arm-none-eabi-gdb/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Wed Jul 30 04:29:24 UTC 2014
Date: Wednesday, July 30, 2014 @ 06:29:23
Author: anatolik
Revision: 116572
upgpkg: arm-none-eabi-gdb 7.8-1
Modified:
arm-none-eabi-gdb/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-30 02:26:09 UTC (rev 116571)
+++ PKGBUILD 2014-07-30 04:29:23 UTC (rev 116572)
@@ -4,19 +4,19 @@
_target=arm-none-eabi
pkgname=$_target-gdb
-pkgver=7.7.1
+pkgver=7.8
pkgrel=1
pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
arch=(i686 x86_64)
url='http://www.gnu.org/software/gdb/'
license=(GPL3)
-depends=(xz ncurses expat python2)
+depends=(xz ncurses expat python2 guile)
makedepends=(texinfo)
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=('0dbd5260406f1b0c70fcf027c6488527fadde0cd9bb574593491fe076eb03aa5')
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz)
+sha256sums=('49c4abe174f79f54e1f9e75210ffb590d9b497d5b5200b5398c0e073a4ecb875')
build() {
cd gdb-$pkgver
More information about the arch-commits
mailing list