diff --git a/mingw-w64-binutils/PKGBUILD b/mingw-w64-binutils/PKGBUILD index a5bef67e2a..a2639f875c 100644 --- a/mingw-w64-binutils/PKGBUILD +++ b/mingw-w64-binutils/PKGBUILD @@ -5,7 +5,7 @@ _realname=binutils pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgver=2.25.1 -pkgrel=5 +pkgrel=6 pkgdesc="A set of programs to assemble and manipulate binary and object files (mingw-w64)" arch=('any') url="http://www.gnu.org/software/binutils/" diff --git a/mingw-w64-gdb/PKGBUILD b/mingw-w64-gdb/PKGBUILD index 47a7e64c51..855fcf69bb 100644 --- a/mingw-w64-gdb/PKGBUILD +++ b/mingw-w64-gdb/PKGBUILD @@ -2,13 +2,13 @@ # Contributor: Ray Donnelly _realname=gdb -_gcc_ver=5.4.0 +_gcc_ver=6.1.0 pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" # Until https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62279 is # fixed, we will stick with 7.6.2 which hasn't got this bug.. pkgver=7.11.1 -pkgrel=2 +pkgrel=3 pkgdesc="GNU Debugger (mingw-w64)" arch=('any') url="https://www.gnu.org/software/gdb/" diff --git a/mingw-w64-libtool/PKGBUILD b/mingw-w64-libtool/PKGBUILD index 9633c6d899..1e6c7254d6 100644 --- a/mingw-w64-libtool/PKGBUILD +++ b/mingw-w64-libtool/PKGBUILD @@ -5,7 +5,7 @@ _realname=libtool pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=2.4.6 -pkgrel=4 +pkgrel=5 pkgdesc="A system independent dlopen wrapper for GNU libtool (mingw-w64)" arch=('any') url="https://www.gnu.org/software/libtool"