mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gdc fixes
This commit is contained in:
parent
9ab972dff5
commit
e01e4d3a0e
1 changed files with 1 additions and 5 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue