summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Porteboeuf2018-02-08 20:52:13 +0100
committerThibault Porteboeuf2018-02-08 20:52:13 +0100
commite4a27cf559c34469ea23f7deb985220a292f3aa8 (patch)
tree9ee246c025020a7cddee50988eeb16585a3d03c7
parentcad1e7c9dcb41b72c1a1a4feef1410e566e3f4fd (diff)
downloadaur-e4a27cf559c34469ea23f7deb985220a292f3aa8.tar.gz
Updated to 8.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 941f0870413e..1f4c8e6e362d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 7 22:09:23 UTC 2018
+# Thu Feb 8 19:52:00 UTC 2018
pkgbase = cross-mingw-w64-gdb
pkgdesc = The GNU Debugger (compiled to debug target mingw-w64)
- pkgver = 8.0.1
+ pkgver = 8.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-8.0.1.tar.xz
- md5sums = 48cac527e6f3018b865ece021e9723ac
+ source = http://ftp.gnu.org/gnu/gdb/gdb-8.1.tar.xz
+ md5sums = f46487561f9a16916a8102316f7fd105
pkgname = cross-mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index cf8e092e6b9c..7fca2cb69938 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cross-mingw-w64-gdb
-pkgver=8.0.1
+pkgver=8.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=('48cac527e6f3018b865ece021e9723ac')
+md5sums=('f46487561f9a16916a8102316f7fd105')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"