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

Anatol Pomozov anatolik at archlinux.org
Wed Jul 30 04:08:39 UTC 2014


    Date: Wednesday, July 30, 2014 @ 06:08:39
  Author: anatolik
Revision: 218354

upgpkg: gdb 7.8-1

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-30 02:18:37 UTC (rev 218353)
+++ PKGBUILD	2014-07-30 04:08:39 UTC (rev 218354)
@@ -3,18 +3,18 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gdb
-pkgver=7.7.1
+pkgver=7.8
 pkgrel=1
 pkgdesc="The GNU Debugger"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gdb/"
 license=('GPL3')
-depends=('ncurses' 'expat' 'python2' 'xz')
+depends=('ncurses' 'expat' 'python2' 'xz' 'guile')
 makedepends=('texinfo')
 backup=('etc/gdb/gdbinit')
 install=gdb.install
-source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('77b20b515e7c25f032cb9732a66620fe'
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('bd958fe9019d7c7896f29f6724a764ed'
          'SKIP')
 
 prepare() {




More information about the arch-commits mailing list