[arch-commits] Commit in dtools/trunk (PKGBUILD)

Михаил Страшун dicebot at archlinux.org
Sun Feb 15 13:24:31 UTC 2015


    Date: Sunday, February 15, 2015 @ 14:24:31
  Author: dicebot
Revision: 127743

upgpkg: dtools 2.066.1-1

Switch dtools to ldc as default compiler

Modified:
  dtools/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-15 13:13:43 UTC (rev 127742)
+++ PKGBUILD	2015-02-15 13:24:31 UTC (rev 127743)
@@ -1,15 +1,18 @@
 # Maintainer: Mihails Strasunse <public at dicebot.lv>
 
 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 @@
 
 build()
 {
-    DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
+    # DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
+    DMD=ldmd
 
     cd $srcdir/tools
 



More information about the arch-commits mailing list