Date: Thursday, June 4, 2015 @ 16:35:12 Author: dicebot Revision: 134788
upgpkg: dtools 2.067.1-1 Switch back to use dmd to build dtools Modified: dtools/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-04 14:26:55 UTC (rev 134787) +++ PKGBUILD 2015-06-04 14:35:12 UTC (rev 134788) @@ -1,27 +1,23 @@ # Maintainer: Mihails Strasunse <[email protected]> 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 @@ build() { # DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh` - DMD=ldmd + DMD=dmd cd $srcdir/tools git apply $srcdir/autodetect.diff
