From 19b08d9ee64b85d89f856caa3f852db9ea35c010 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 4 Jul 2017 07:48:42 +0300 Subject: [PATCH] GCC 7.1.0 rebuilds --- mingw-w64-binutils/PKGBUILD | 2 +- mingw-w64-gdb/PKGBUILD | 2 +- mingw-w64-libtool/PKGBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-binutils/PKGBUILD b/mingw-w64-binutils/PKGBUILD index a76bde07fd..ebf0fdbeaa 100644 --- a/mingw-w64-binutils/PKGBUILD +++ b/mingw-w64-binutils/PKGBUILD @@ -6,7 +6,7 @@ _realname=binutils pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgver=2.28 -pkgrel=1 +pkgrel=2 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 658e65aa28..b1b551f43e 100644 --- a/mingw-w64-gdb/PKGBUILD +++ b/mingw-w64-gdb/PKGBUILD @@ -7,7 +7,7 @@ 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=8.0 -pkgrel=1 +pkgrel=2 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 4d7474de90..5f5afa37ed 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=8 +pkgrel=9 pkgdesc="A system independent dlopen wrapper for GNU libtool (mingw-w64)" arch=('any') url="https://www.gnu.org/software/libtool"