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

Anatol Pomozov anatolik at archlinux.org
Thu Feb 20 22:27:59 UTC 2020


    Date: Thursday, February 20, 2020 @ 22:27:58
  Author: anatolik
Revision: 375968

FS#62702 enable syntax highlighting

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-20 22:16:48 UTC (rev 375967)
+++ PKGBUILD	2020-02-20 22:27:58 UTC (rev 375968)
@@ -11,7 +11,7 @@
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-makedepends=(texinfo python guile2.0 ncurses expat xz)
+makedepends=(texinfo python guile2.0 ncurses expat xz source-highlight)
 source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
 sha1sums=('a50e13e1eecea468ea28c4a23d8c5a84f4db25be'
           'SKIP')
@@ -44,7 +44,7 @@
 }
 
 package_gdb() {
-  depends=(ncurses expat xz mpfr gdb-common=$pkgver)
+  depends=(ncurses expat xz mpfr source-highlight gdb-common=$pkgver)
   backup=(etc/gdb/gdbinit)
 
   cd gdb-$pkgver/build



More information about the arch-commits mailing list