Switch dtools to ldc as default compiler
This commit is contained in:
parent
bd8385c285
commit
2692d343bf
18
PKGBUILD
18
PKGBUILD
@ -1,15 +1,18 @@
|
||||
# Maintainer: Mihails Strasunse <public@dicebot.lv>
|
||||
|
||||
pkgname=('dtools')
|
||||
pkgver=2.065.0
|
||||
pkgrel=3
|
||||
pkgdesc="Ancilliary tools for the D programming language compiler"
|
||||
pkgver=2.066.1
|
||||
pkgrel=1
|
||||
pkgdesc="Ancilliary tools for the D programming language"
|
||||
license=("custom")
|
||||
groups=('dlang' 'dlang-dmd')
|
||||
groups=('dlang')
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.dlang.org"
|
||||
depends=("curl")
|
||||
makedepends=('git' 'gcc' 'make' 'd-compiler')
|
||||
# makedepends=('d-compiler' 'd-runtime' 'git')
|
||||
makedepends=('ldc' 'git')
|
||||
# depends=('d-runtime' 'curl')
|
||||
depends=('liblphobos')
|
||||
|
||||
source=(
|
||||
"git+http://github.com/D-Programming-Language/tools#tag=v$pkgver"
|
||||
"git+https://github.com/Dicebot/Arch-PKGBUILDs.git"
|
||||
@ -23,7 +26,8 @@ sha1sums=(
|
||||
|
||||
build()
|
||||
{
|
||||
DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
|
||||
# DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
|
||||
DMD=ldmd
|
||||
|
||||
cd $srcdir/tools
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user