[arch-commits] Commit in riscv64-linux-gnu-gdb/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Oct 27 02:03:14 UTC 2020


    Date: Tuesday, October 27, 2020 @ 02:03:13
  Author: anatolik
Revision: 734114

bump guile dependency version

Modified:
  riscv64-linux-gnu-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-27 01:59:23 UTC (rev 734113)
+++ PKGBUILD	2020-10-27 02:03:13 UTC (rev 734114)
@@ -8,7 +8,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)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
@@ -34,7 +34,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



More information about the arch-commits mailing list