diff --git a/PKGBUILD b/PKGBUILD index bfdecc0..06332a0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,26 +1,22 @@ # Maintainer: Mihails Strasunse 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