summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThibault Porteboeuf2016-07-10 23:57:34 +0200
committerThibault Porteboeuf2016-07-11 00:00:22 +0200
commit79a37aa3227d94425bf61667daf093f60266b253 (patch)
tree655165270b8a76899d421c7a3bc6a30778ca6d90 /PKGBUILD
parentb5ab7611a6a070d38dd6ea530aeacdb574c1a083 (diff)
downloadaur-79a37aa3227d94425bf61667daf093f60266b253.tar.gz
Updated to gdb 7.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd0dec7b48f8..46115dd5993d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=7.11
+pkgver=7.11.1
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=('b5c784685e1cde65ba135feea86b6d75')
+md5sums=('5aa71522e488e358243917967db87476')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"