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