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

Anatol Pomozov anatolik at archlinux.org
Tue Oct 27 01:57:54 UTC 2020


    Date: Tuesday, October 27, 2020 @ 01:57:54
  Author: anatolik
Revision: 398840

bump guile dependency version

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-26 21:38:16 UTC (rev 398839)
+++ PKGBUILD	2020-10-27 01:57:54 UTC (rev 398840)
@@ -13,7 +13,7 @@
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-makedepends=(glibc gcc-libs texinfo python guile2.0 ncurses expat xz mpfr source-highlight
+makedepends=(glibc gcc-libs texinfo python guile ncurses expat xz mpfr source-highlight
              readline)
 source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
 sha1sums=('c625efd87116525fb3bbeca7eaa1028ee62c0e7d'
@@ -40,13 +40,13 @@
     --enable-tui \
     --with-system-readline \
     --with-python=/usr/bin/python \
-    --with-guile=guile-2.0 \
+    --with-guile=guile-2.2 \
     --with-system-gdbinit=/etc/gdb/gdbinit
   make
 }
 
 package_gdb-common() {
-  depends=(python guile2.0)
+  depends=(python guile)
 
   cd gdb-$pkgver/build
   make -C gdb/data-directory DESTDIR="$pkgdir" install
@@ -54,7 +54,7 @@
 
 package_gdb() {
   depends=(glibc ncurses libncursesw.so gcc-libs expat xz mpfr source-highlight gdb-common=$pkgver
-           readline libreadline.so guile2.0 python libelf)
+           readline libreadline.so guile python libelf)
   backup=(etc/gdb/gdbinit)
 
   cd gdb-$pkgver/build



More information about the arch-commits mailing list