Date: Tuesday, October 27, 2020 @ 01:59:23 Author: anatolik Revision: 734113
bump guile dependency version Modified: arm-none-eabi-gdb/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-27 01:58:30 UTC (rev 734112) +++ PKGBUILD 2020-10-27 01:59:23 UTC (rev 734113) @@ -9,7 +9,7 @@ arch=(x86_64) url='https://www.gnu.org/software/gdb/' license=(GPL3) -depends=(xz ncurses expat python guile2.0 gdb-common mpfr libelf) +depends=(xz ncurses expat python guile gdb-common mpfr libelf) optdepends=('stlink: for debugging over STLINK') options=(!emptydirs) source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig}) @@ -35,7 +35,7 @@ --with-system-readline \ --disable-nls \ --with-python=/usr/bin/python \ - --with-guile=guile-2.0 \ + --with-guile=guile-2.2 \ --with-system-gdbinit=/etc/gdb/gdbinit make