Date: Thursday, March 30, 2017 @ 04:19:20 Author: anatolik Revision: 220044
Guile 2.2 rebuild Modified: aarch64-linux-gnu-gdb/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-30 04:18:23 UTC (rev 220043) +++ PKGBUILD 2017-03-30 04:19:20 UTC (rev 220044) @@ -4,12 +4,12 @@ _target=aarch64-linux-gnu pkgname=$_target-gdb pkgver=7.12.1 -pkgrel=1 +pkgrel=2 pkgdesc='The GNU Debugger for the ARM64 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) options=(!emptydirs) source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig}) validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker @@ -33,6 +33,7 @@ --with-system-readline \ --disable-nls \ --with-python=/usr/bin/python3 \ + --with-guile=guile-2.0 \ --with-system-gdbinit=/etc/gdb/gdbinit make
