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

Anatol Pomozov anatolik at nymeria.archlinux.org
Tue May 6 18:12:47 UTC 2014


    Date: Tuesday, May 6, 2014 @ 20:12:46
  Author: anatolik
Revision: 212091

upgpkg: gdb 7.7.1-1

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-06 16:06:39 UTC (rev 212090)
+++ PKGBUILD	2014-05-06 18:12:46 UTC (rev 212091)
@@ -3,18 +3,18 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gdb
-pkgver=7.7
+pkgver=7.7.1
 pkgrel=1
 pkgdesc="The GNU Debugger"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gdb/"
 license=('GPL3')
-depends=('ncurses' 'expat' 'python2')
+depends=('ncurses' 'expat' 'python2' 'xz')
 makedepends=('texinfo')
 backup=('etc/gdb/gdbinit')
 install=gdb.install
 source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('271a18f41858a7e98b28ae4eb91287c9'
+md5sums=('77b20b515e7c25f032cb9732a66620fe'
          'SKIP')
 
 prepare() {




More information about the arch-commits mailing list