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

Mihails Strasuns dicebot at archlinux.org
Tue Jul 5 09:13:16 UTC 2016


    Date: Tuesday, July 5, 2016 @ 09:13:16
  Author: dicebot
Revision: 182284

upgpkg: dcd 0.8.0-3

Rebuild DCD with dmd compiler to workaround upstream bug

Modified:
  dcd/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-05 06:43:32 UTC (rev 182283)
+++ PKGBUILD	2016-07-05 09:13:16 UTC (rev 182284)
@@ -4,14 +4,18 @@
 
 pkgname=dcd
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="D Completion Daemon: auto-complete for the D programming language"
 groups=('dlang')
 arch=('i686' 'x86_64')
 url="https://github.com/Hackerpilot/DCD"
 license=('GPL3')
-depends=('liblphobos>=0.17.0')
-makedepends=('ldc>=1.0.0' 'git')
+
+### temporary disable LDC build, https://github.com/Hackerpilot/DCD/issues/331
+#depends=('liblphobos>=0.17.0')
+#makedepends=('ldc' 'git')
+
+makedepends=('dmd' 'git')
 source=($pkgname-$pkgver::git+https://github.com/Hackerpilot/DCD#tag=v$pkgver
         dcd.service
         dcd.conf
@@ -29,7 +33,7 @@
             
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
-  make ldc
+  make dmd
 }
 
 package() {



More information about the arch-commits mailing list