summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Porteboeuf2017-01-16 19:23:12 +0100
committerThibault Porteboeuf2017-01-16 19:23:12 +0100
commitee1bb7c0d5c8b79124fb62d66582b5930387d1c3 (patch)
tree192900157ff7cfd58ca28f364d48c1b9e2943048
parent7f258c3e0667025360ed2a246e2c931b55857c84 (diff)
downloadaur-ee1bb7c0d5c8b79124fb62d66582b5930387d1c3.tar.gz
Upgrated to 7.12
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6018befbc48f..72fff08fc0e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 17 18:45:48 UTC 2016
+# Mon Jan 16 18:22:47 UTC 2017
pkgbase = mingw-w64-gdb
pkgdesc = The GNU Debugger (mingw-w64)
- pkgver = 7.11.1
- pkgrel = 2
+ pkgver = 7.12
+ pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = any
license = LGPL
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-gdb
options = staticlibs
options = !buildflags
options = !strip
- 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 = mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index bbedeafa43da..cb8dba239c34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-gdb
-pkgver=7.11.1
-pkgrel=2
+pkgver=7.12
+pkgrel=1
pkgdesc="The GNU Debugger (mingw-w64)"
arch=(any)
url="http://www.gnu.org/software/gdb/"
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt' 'mingw-w64-expat' 'mingw-w64-zlib' 'mingw-w64-readline'
makedepends=('mingw-w64-gcc' 'texinfo')
options=('staticlibs' '!buildflags' '!strip')
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-md5sums=('5aa71522e488e358243917967db87476')
+md5sums=('a0a3a00f7499b0c5278ba8676745d180')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"