summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Porteboeuf2016-04-29 08:16:57 +0200
committerThibault Porteboeuf2016-04-29 08:16:57 +0200
commit1b1092f42c2ae6027fa9b57651ab0837273000f7 (patch)
tree7be43abab5489f5d5f737af57ab3d1c65630b0d8
parent08a02e49933cd509fdcbb2899aa38a6155ca889d (diff)
downloadaur-1b1092f42c2ae6027fa9b57651ab0837273000f7.tar.gz
Upgraded to gdb 7.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ed333a2c4c1..9a90b458edeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Apr 29 06:16:35 UTC 2016
pkgbase = cross-mingw-w64-gdb
pkgdesc = The GNU Debugger (compiled to debug target mingw-w64)
- pkgver = 7.9.1
+ pkgver = 7.11
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = i686
@@ -14,8 +16,8 @@ pkgbase = cross-mingw-w64-gdb
depends = readline
options = staticlibs
options = !buildflags
- source = http://ftp.gnu.org/gnu/gdb/gdb-7.9.1.tar.xz
- md5sums = 35374c77a70884eb430c97061053a36e
+ source = http://ftp.gnu.org/gnu/gdb/gdb-7.11.tar.xz
+ md5sums = b5c784685e1cde65ba135feea86b6d75
pkgname = cross-mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 3279c2539383..f4946e7a3444 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cross-mingw-w64-gdb
-pkgver=7.9.1
+pkgver=7.11
pkgrel=1
pkgdesc="The GNU Debugger (compiled to debug target mingw-w64)"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ depends=('ncurses' 'expat' 'xz' 'readline')
makedepends=('gcc' 'texinfo')
options=('staticlibs' '!buildflags')
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-md5sums=('35374c77a70884eb430c97061053a36e')
+md5sums=('b5c784685e1cde65ba135feea86b6d75')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"