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

Evangelos Foutras foutrelis at archlinux.org
Mon Oct 12 17:18:08 UTC 2020


    Date: Monday, October 12, 2020 @ 17:18:08
  Author: foutrelis
Revision: 723689

Revert changes unrelated to the patch removal

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-12 17:14:56 UTC (rev 723688)
+++ PKGBUILD	2020-10-12 17:18:08 UTC (rev 723689)
@@ -7,7 +7,7 @@
 pkgver=1.23.0
 _pkgcommit=a83dc56ad5a6ba87023756c05b54b5824053da96
 _dversion=2.093.1
-_clangversion=11.0.0 # related to where ldc2 looks for compiler-rt sanitizers
+_clangversion=10.0.1 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=2
 pkgrel=2
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
@@ -14,7 +14,7 @@
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc"
 license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc')
+makedepends=('git' 'cmake' 'llvm10' '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' 'llvm10-libs' 'gcc' 'compiler-rt')
     backup=('etc/ldc2.conf')
     provides=("d-compiler=$_dversion")
 



More information about the arch-commits mailing list