summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Porteboeuf2016-08-17 21:33:48 +0200
committerThibault Porteboeuf2016-08-17 21:33:48 +0200
commitd3e6dbc4425d4384ca7f770c1761044c1b90e096 (patch)
treeda3cdc7974b9b72f0c375c4195211bf4f7238a1c
parent1b1092f42c2ae6027fa9b57651ab0837273000f7 (diff)
downloadaur-d3e6dbc4425d4384ca7f770c1761044c1b90e096.tar.gz
Updated to gdb 7.11.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a90b458edeb..8509b5acafb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 29 06:16:35 UTC 2016
+# Wed Aug 17 19:29:15 UTC 2016
pkgbase = cross-mingw-w64-gdb
pkgdesc = The GNU Debugger (compiled to debug target mingw-w64)
- pkgver = 7.11
+ pkgver = 7.11.1
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = i686
@@ -16,8 +16,8 @@ pkgbase = cross-mingw-w64-gdb
depends = readline
options = staticlibs
options = !buildflags
- source = http://ftp.gnu.org/gnu/gdb/gdb-7.11.tar.xz
- md5sums = b5c784685e1cde65ba135feea86b6d75
+ source = http://ftp.gnu.org/gnu/gdb/gdb-7.11.1.tar.xz
+ md5sums = 5aa71522e488e358243917967db87476
pkgname = cross-mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index f4946e7a3444..3e22a17f2da8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cross-mingw-w64-gdb
-pkgver=7.11
+pkgver=7.11.1
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=('b5c784685e1cde65ba135feea86b6d75')
+md5sums=('5aa71522e488e358243917967db87476')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"