Switch back to use dmd to build dtools
This commit is contained in:
parent
20eb98f837
commit
0117bd8884
14
PKGBUILD
14
PKGBUILD
@ -1,26 +1,22 @@
|
||||
# Maintainer: Mihails Strasunse <public@dicebot.lv>
|
||||
|
||||
pkgname=('dtools')
|
||||
pkgver=2.067.0
|
||||
pkgrel=2
|
||||
pkgver=2.067.1
|
||||
pkgrel=1
|
||||
pkgdesc="Ancilliary tools for the D programming language"
|
||||
license=("custom")
|
||||
groups=('dlang')
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.dlang.org"
|
||||
# makedepends=('d-compiler' 'd-runtime' 'git')
|
||||
makedepends=('ldc' 'git')
|
||||
# depends=('d-runtime' 'curl')
|
||||
depends=('liblphobos')
|
||||
makedepends=('dmd' 'libphobos' 'git')
|
||||
depends=('curl')
|
||||
|
||||
source=(
|
||||
"git+http://github.com/D-Programming-Language/tools#tag=v$pkgver"
|
||||
"git+https://github.com/Dicebot/Arch-PKGBUILDs.git"
|
||||
"http://www.boost.org/LICENSE_1_0.txt"
|
||||
"autodetect.diff"
|
||||
)
|
||||
sha1sums=(
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
|
||||
'7fb5bd71d6c4e90c0ca49b292454e11169afdee8'
|
||||
@ -29,7 +25,7 @@ sha1sums=(
|
||||
build()
|
||||
{
|
||||
# DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
|
||||
DMD=ldmd
|
||||
DMD=dmd
|
||||
|
||||
cd $srcdir/tools
|
||||
git apply $srcdir/autodetect.diff
|
||||
|
Loading…
x
Reference in New Issue
Block a user