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

Anatol Pomozov anatolik at archlinux.org
Sun Aug 30 00:54:19 UTC 2015


    Date: Sunday, August 30, 2015 @ 02:54:19
  Author: anatolik
Revision: 245077

upgpkg: gdb 7.10-1

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-29 22:53:05 UTC (rev 245076)
+++ PKGBUILD	2015-08-30 00:54:19 UTC (rev 245077)
@@ -3,18 +3,18 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gdb
-pkgver=7.9.1
+pkgver=7.10
 pkgrel=1
 pkgdesc='The GNU Debugger'
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/gdb/"
-license=('GPL3')
-depends=('ncurses' 'expat' 'python' 'xz' 'guile')
-makedepends=('texinfo')
-backup=('etc/gdb/gdbinit')
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(ncurses expat python xz guile)
+makedepends=(texinfo)
+backup=(etc/gdb/gdbinit)
 install=gdb.install
 source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('04ba2906279b16b5f99c4f6b25942843a3717cdb'
+sha1sums=('95338f65ae9f61ecb76592f2cbe336a7d948b905'
           'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
 



More information about the arch-commits mailing list