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/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/mingw-w64-gcc/PKGBUILD b/community/mingw-w64-gcc/PKGBUILD
index cc0316b7e..23e51e8de 100644
--- a/community/mingw-w64-gcc/PKGBUILD
+++ b/community/mingw-w64-gcc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 113001 2014-06-11 11:41:12Z allan $
+# $Id: PKGBUILD 113542 2014-06-25 13:20:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
@@ -6,13 +6,15 @@ _targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-gcc
pkgver=4.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
arch=('i686' 'x86_64')
url="http://gcc.gnu.org"
license=('GPL' 'LGPL' 'FDL' 'custom')
groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads' 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
+depends=('zlib' 'libmpc' 'cloog'
+ 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
+ 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
makedepends=("gcc-ada=${pkgver}" 'mingw-w64-gcc-base')
#checkdepends=('dejagnu') # Windows executables could run on Arch through bin_mft and Wine
optdepends=()