summaryrefslogtreecommitdiff
path: root/community/mingw-w64-gcc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mingw-w64-gcc/PKGBUILD')
-rw-r--r--community/mingw-w64-gcc/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mingw-w64-gcc/PKGBUILD b/community/mingw-w64-gcc/PKGBUILD
index 605f653e1..6887c10a7 100644
--- a/community/mingw-w64-gcc/PKGBUILD
+++ b/community/mingw-w64-gcc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 116167 2014-07-23 13:52:11Z spupykin $
+# $Id: PKGBUILD 116401 2014-07-26 18:53:08Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
@@ -6,7 +6,7 @@ _targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-gcc
pkgver=4.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
arch=('i686' 'x86_64')
url="http://gcc.gnu.org"
@@ -14,7 +14,7 @@ license=('GPL' 'LGPL' 'FDL' 'custom')
groups=('mingw-w64-toolchain' 'mingw-w64')
depends=('zlib' 'libmpc' 'cloog'
'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
- 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
+ 'mingw-w64-headers')
makedepends=("gcc-ada=${pkgver}" 'mingw-w64-gcc-base')
#checkdepends=('dejagnu') # Windows executables could run on Arch through bin_mft and Wine
optdepends=()