summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Porteboeuf2017-01-16 19:39:11 +0100
committerThibault Porteboeuf2017-01-16 19:39:11 +0100
commit5bd8aca4e44d922a2dea614bd0c185dbf05c2ceb (patch)
treec5906b7767cd1642eca0cc84244b2c2b7cc14b04
parentd3e6dbc4425d4384ca7f770c1761044c1b90e096 (diff)
downloadaur-5bd8aca4e44d922a2dea614bd0c185dbf05c2ceb.tar.gz
Update to 7.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8509b5acafb1..933dbaf8bd44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 17 19:29:15 UTC 2016
+# Mon Jan 16 18:38:53 UTC 2017
pkgbase = cross-mingw-w64-gdb
pkgdesc = The GNU Debugger (compiled to debug target mingw-w64)
- pkgver = 7.11.1
+ pkgver = 7.12
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.1.tar.xz
- md5sums = 5aa71522e488e358243917967db87476
+ source = http://ftp.gnu.org/gnu/gdb/gdb-7.12.tar.xz
+ md5sums = a0a3a00f7499b0c5278ba8676745d180
pkgname = cross-mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 3e22a17f2da8..502b71e4f871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cross-mingw-w64-gdb
-pkgver=7.11.1
+pkgver=7.12
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=('5aa71522e488e358243917967db87476')
+md5sums=('a0a3a00f7499b0c5278ba8676745d180')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"