mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/gdc to 5.1.0-1
This commit is contained in:
parent
820d9ef19c
commit
d8f8ec5821
1 changed files with 6 additions and 6 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue