From d8f8ec5821f8afce4bba41057efac71239dfe8a0 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 29 May 2015 00:09:53 +0000 Subject: [PATCH] community/gdc to 5.1.0-1 --- community/gdc/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/community/gdc/PKGBUILD b/community/gdc/PKGBUILD index 5b56c978e..0a7960237 100644 --- a/community/gdc/PKGBUILD +++ b/community/gdc/PKGBUILD @@ -7,11 +7,11 @@ # - specifid build host # - replaced bugurl with our GitHub issue page -#noautobuild=1 +noautobuild=1 pkgname=('gdc' 'libgphobos-devel') -pkgver=4.9.2 -pkgrel=2 +pkgver=5.1.0 +pkgrel=1 arch=('i686' 'x86_64') url="https://github.com/D-Programming-GDC/GDC" license=('GPL') @@ -20,12 +20,12 @@ options=('!emptydirs' '!buildflags') _snapshot=4.8-20130725 source=( "ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2" - "gdc::git://github.com/D-Programming-GDC/GDC.git#tag=v2.066.1_gcc4.9" + "gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-5" "git+https://github.com/D-Programming-GDC/GDMD.git" "folders.diff" ) sha256sums=( - '2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd' + 'b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad' 'SKIP' 'SKIP' 'ea5c80a28026393bd4627485602660a4a01d9fbc65299e95e768013e197bad20' @@ -79,7 +79,7 @@ build() --disable-libgomp --disable-libmudflap --disable-libquadmath \ --enable-checking=release $CONFIGFLAG - make + make -j 4 } package_gdc()