summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThibault Porteboeuf2016-04-29 08:07:42 +0200
committerThibault Porteboeuf2016-04-29 08:07:42 +0200
commit67088595d0c567f1d83d2d7995eb3e7383ee2fee (patch)
tree42bd7b4eba7768ee4a609b4f79e9fbbbd810a672 /PKGBUILD
parentfffe8cf23c98a24abbea590d3ccd812c650e7ac9 (diff)
downloadaur-67088595d0c567f1d83d2d7995eb3e7383ee2fee.tar.gz
Upgraded to gdb 7.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8976656bc9cc..cd0dec7b48f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=7.9.1
+pkgver=7.11
pkgrel=1
pkgdesc="The GNU Debugger (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc' 'texinfo' 'mingw-w64-expat' 'mingw-w64-zlib' 'mingw-w64-readline')
options=('staticlibs' '!buildflags' '!strip')
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
-md5sums=('35374c77a70884eb430c97061053a36e')
+md5sums=('b5c784685e1cde65ba135feea86b6d75')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"