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

Evangelos Foutras foutrelis at archlinux.org
Mon Apr 13 02:17:25 UTC 2020


    Date: Monday, April 13, 2020 @ 02:17:24
  Author: foutrelis
Revision: 613493

upgpkg: ldc 2:1.20.1-2: prepare for LLVM 10 rebuild

Modified:
  ldc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-13 02:17:17 UTC (rev 613492)
+++ PKGBUILD	2020-04-13 02:17:24 UTC (rev 613493)
@@ -9,12 +9,12 @@
 _dversion=2.090.1
 _clangversion=9.0.1 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=2
-pkgrel=1
+pkgrel=2
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc"
 license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc')
+makedepends=('git' 'cmake' 'llvm9' 'ldc')
 
 source=(
     "git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit"
@@ -66,7 +66,7 @@
 }
 
 package_ldc() {
-    depends=('liblphobos' 'llvm-libs' 'gcc' 'compiler-rt')
+    depends=('liblphobos' 'llvm9-libs' 'gcc' 'compiler-rt')
     backup=('etc/ldc2.conf')
     provides=("d-compiler=$_dversion")
 



More information about the arch-commits mailing list