summaryrefslogtreecommitdiff
path: root/community/mingw-w64-gcc/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-27 03:32:42 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-27 03:32:42 +0000
commitd1a97d539057dec2529d3651d6cd1c830d5339f0 (patch)
tree43ed9a8c00b7ea833874fe624975b3422bc186ad /community/mingw-w64-gcc/PKGBUILD
parent3f8fdc60f0dbd72d350af3927657f9ff97eb249f (diff)
Sun Jul 27 03:31:36 UTC 2014
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=()