[arch-commits] Commit in (arm-none-eabi-gdb/trunk/PKGBUILD avr-gdb/trunk/PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Tue Aug 16 15:39:56 UTC 2016
Date: Tuesday, August 16, 2016 @ 15:39:56
Author: anatolik
Revision: 186859
gdb-common contains common gdb scripts
Modified:
arm-none-eabi-gdb/trunk/PKGBUILD
avr-gdb/trunk/PKGBUILD
----------------------------------+
arm-none-eabi-gdb/trunk/PKGBUILD | 2 +-
avr-gdb/trunk/PKGBUILD | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: arm-none-eabi-gdb/trunk/PKGBUILD
===================================================================
--- arm-none-eabi-gdb/trunk/PKGBUILD 2016-08-16 15:08:03 UTC (rev 186858)
+++ arm-none-eabi-gdb/trunk/PKGBUILD 2016-08-16 15:39:56 UTC (rev 186859)
@@ -10,7 +10,7 @@
arch=(i686 x86_64)
url='http://www.gnu.org/software/gdb/'
license=(GPL3)
-depends=(xz ncurses expat python guile)
+depends=(xz ncurses expat python guile gdb-common)
optdepends=('openocd: for debugging JTAG targets'
'stlink: for debugging over STLINK')
options=(!emptydirs)
Modified: avr-gdb/trunk/PKGBUILD
===================================================================
--- avr-gdb/trunk/PKGBUILD 2016-08-16 15:08:03 UTC (rev 186858)
+++ avr-gdb/trunk/PKGBUILD 2016-08-16 15:39:56 UTC (rev 186859)
@@ -13,7 +13,7 @@
arch=(i686 x86_64)
url='http://www.gnu.org/software/gdb/'
license=(GPL3)
-depends=(python guile xz)
+depends=(python guile xz gdb-common)
options=(!emptydirs)
source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
sha256sums=('e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70'
More information about the arch-commits
mailing list