Date: Thursday, May 28, 2015 @ 23:25:46 Author: dicebot Revision: 134287
upgpkg: gdc 5.1.0-1 Switch gdc to 5.1 gcc base Modified: gdc/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-28 21:22:45 UTC (rev 134286) +++ PKGBUILD 2015-05-28 21:25:46 UTC (rev 134287) @@ -4,8 +4,8 @@ # Contributor: Jesus Alvarez <[email protected]> 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') @@ -13,12 +13,12 @@ options=('!emptydirs' '!buildflags') 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' @@ -70,7 +70,7 @@ --disable-libgomp --disable-libmudflap --disable-libquadmath \ --enable-checking=release - make + make -j 4 } package_gdc()
