community/gdc fixes

This commit is contained in:
Kevin Mihelich 2015-06-23 02:30:45 +00:00
parent 9ab972dff5
commit e01e4d3a0e

View file

@ -7,8 +7,6 @@
# - specifid build host
# - replaced bugurl with our GitHub issue page
noautobuild=1
pkgname=('gdc' 'libgphobos-devel')
pkgver=5.1.0
pkgrel=3
@ -17,10 +15,9 @@ url="https://github.com/D-Programming-GDC/GDC"
license=('GPL')
makedepends=('binutils>=2.23' 'git' 'gcc' 'make' 'perl' 'automake')
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_gcc"
"gdc::git://github.com/D-Programming-GDC/GDC.git#tag=v2.066.1_gcc5"
"git+https://github.com/D-Programming-GDC/GDMD.git"
"folders.diff"
"system_zlib.diff"
@ -88,7 +85,6 @@ build()
package_gdc()
{
depends=('gcc' 'perl' 'binutils' 'libgphobos-devel')
optdepends=('libgphobos-devel: D standard library, GDC version')
provides=("d-compiler")
pkgdesc="Compiler for D programming language which uses gcc backend"