summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Porteboeuf2018-01-07 22:39:21 +0100
committerThibault Porteboeuf2018-01-07 22:39:21 +0100
commitdb00cd1c3b851557040da2da71db76511f52fc81 (patch)
treed7d0df6abc5ebaa17c6c79e616dbb1648951c4f4
parentc4f1164b9d7ea2b3bbfee6e0efccdd65f7b19fe0 (diff)
downloadaur-db00cd1c3b851557040da2da71db76511f52fc81.tar.gz
Updated to 8.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7897c065bd20..0ef80ecaa54c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 9 05:53:56 UTC 2017
+# Sun Jan 7 19:41:34 UTC 2018
pkgbase = mingw-w64-gdb
pkgdesc = The GNU Debugger (mingw-w64)
- pkgver = 8.0
+ pkgver = 8.0.1
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = any
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-gdb
options = staticlibs
options = !buildflags
options = !strip
- source = http://ftp.gnu.org/gnu/gdb/gdb-8.0.tar.xz
- md5sums = c3d35cd949084be53b92cc1e03485f88
+ source = http://ftp.gnu.org/gnu/gdb/gdb-8.0.1.tar.xz
+ md5sums = 48cac527e6f3018b865ece021e9723ac
pkgname = mingw-w64-gdb
diff --git a/PKGBUILD b/PKGBUILD
index e6689e695dba..016ee74b535e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdb
-pkgver=8.0
+pkgver=8.0.1
pkgrel=1
pkgdesc="The GNU Debugger (mingw-w64)"
arch=(any)
@@ -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=('c3d35cd949084be53b92cc1e03485f88')
+md5sums=('48cac527e6f3018b865ece021e9723ac')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"