diff --git a/PKGBUILD b/PKGBUILD index 86e350d..ec83e1c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,18 @@ # Maintainer: Mihails Strasunse 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