From 0117bd8884c1c3b9a46fbbd85c754ee294a7cda1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=A1=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D1=88=D1=83=D0=BD?= Date: Thu, 4 Jun 2015 14:35:12 +0000 Subject: [PATCH] Switch back to use dmd to build dtools --- PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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