Rebuild toolchain packages for GCC 6.2.0

This commit is contained in:
Alexey Pavlov
2016-09-21 13:33:11 +03:00
parent 5f8aa4bd55
commit 1960254ed6
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ _realname=binutils
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.25.1
pkgrel=6
pkgrel=7
pkgdesc="A set of programs to assemble and manipulate binary and object files (mingw-w64)"
arch=('any')
url="http://www.gnu.org/software/binutils/"

View File

@@ -2,13 +2,13 @@
# Contributor: Ray Donnelly <mingw.android@gmail.com>
_realname=gdb
_gcc_ver=6.1.0
_gcc_ver=6.2.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=3
pkgrel=4
pkgdesc="GNU Debugger (mingw-w64)"
arch=('any')
url="https://www.gnu.org/software/gdb/"

View File

@@ -5,7 +5,7 @@ _realname=libtool
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.4.6
pkgrel=5
pkgrel=6
pkgdesc="A system independent dlopen wrapper for GNU libtool (mingw-w64)"
arch=('any')
url="https://www.gnu.org/software/libtool"