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

Anatol Pomozov anatolik at archlinux.org
Thu Mar 30 04:21:54 UTC 2017


    Date: Thursday, March 30, 2017 @ 04:21:52
  Author: anatolik
Revision: 291840

Guile 2.2 rebuild

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-29 21:48:49 UTC (rev 291839)
+++ PKGBUILD	2017-03-30 04:21:52 UTC (rev 291840)
@@ -7,12 +7,12 @@
 # of gdb (for arm/avr/...)
 pkgname=(gdb gdb-common)
 pkgver=7.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Debugger'
 arch=(i686 x86_64)
 url='http://www.gnu.org/software/gdb/'
 license=(GPL3)
-makedepends=(texinfo python guile ncurses expat xz)
+makedepends=(texinfo python guile2.0 ncurses expat xz)
 source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
 sha1sums=('ef77c5345d6f9fdcdf7a5d8503301242b701936e'
           'SKIP')
@@ -31,6 +31,7 @@
   ./configure --prefix=/usr --disable-nls \
     --with-system-readline \
     --with-python=/usr/bin/python3 \
+    --with-guile=guile-2.0 \
     --with-system-gdbinit=/etc/gdb/gdbinit
   make
 }



More information about the arch-commits mailing list