[arch-commits] Commit in arm-none-eabi-gdb/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Thu Mar 30 04:17:40 UTC 2017


    Date: Thursday, March 30, 2017 @ 04:17:38
  Author: anatolik
Revision: 220042

Guile 2.2 rebuild

Modified:
  arm-none-eabi-gdb/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-30 04:15:09 UTC (rev 220041)
+++ PKGBUILD	2017-03-30 04:17:38 UTC (rev 220042)
@@ -5,12 +5,12 @@
 _target=arm-none-eabi
 pkgname=$_target-gdb
 pkgver=7.12.1
-pkgrel=1
+pkgrel=2
 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 python guile gdb-common)
+depends=(xz ncurses expat python guile2.0 gdb-common)
 optdepends=('openocd: for debugging JTAG targets'
             'stlink: for debugging over STLINK')
 options=(!emptydirs)
@@ -36,6 +36,7 @@
     --with-system-readline \
     --disable-nls \
     --with-python=/usr/bin/python3 \
+    --with-guile=guile-2.0 \
     --with-system-gdbinit=/etc/gdb/gdbinit
 
   make



More information about the arch-commits mailing list