[arch-commits] Commit in lm32-elf-gdb/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Thu Nov 19 01:47:20 UTC 2020


    Date: Thursday, November 19, 2020 @ 01:47:20
  Author: anatolik
Revision: 757324

bump guile dependency version

Modified:
  lm32-elf-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-19 01:42:47 UTC (rev 757323)
+++ PKGBUILD	2020-11-19 01:47:20 UTC (rev 757324)
@@ -10,7 +10,7 @@
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+depends=(xz ncurses expat python guile gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
@@ -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



More information about the arch-commits mailing list