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

Dan Printzell wild at archlinux.org
Sun Mar 18 14:23:10 UTC 2018


    Date: Sunday, March 18, 2018 @ 14:23:09
  Author: wild
Revision: 309045

upgpkg: ldc 1:1.8.0-2

Staging release for LLVM 6.0, also added check()

Modified:
  ldc/trunk/PKGBUILD
  ldc/trunk/ldc2.conf

-----------+
 PKGBUILD  |   13 +++++++++----
 ldc2.conf |    3 +--
 2 files changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-18 13:17:15 UTC (rev 309044)
+++ PKGBUILD	2018-03-18 14:23:09 UTC (rev 309045)
@@ -8,9 +8,9 @@
 pkgver=1.8.0
 _pkgcommit=df860d03c918f6988370d48f89c61c27ebbede74
 _dversion=2.078.3
-_llvmversion=5.0.1
+_llvmversion=6.0.0
 epoch=1
-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"
@@ -29,7 +29,7 @@
             'SKIP'
             'SKIP'
             'SKIP'
-            'd4008223bca1071d2b319cd7d337a31008c79602dfefc3bd2e0ab8dc141f3b56')
+            '55ba34319db861a761797ac0075b0b1f5f4d37a243075aedb628aeedc77cc9d6')
 
 prepare() {
     cd "$srcdir/ldc"
@@ -60,8 +60,13 @@
     make
 }
 
+check() {
+    cd "$srcdir/ldc/build"
+		make all-test-runners
+}
+
 package_ldc() {
-    depends=('liblphobos' 'llvm-libs' 'llvm')
+    depends=('liblphobos' 'llvm-libs' 'llvm' 'clang')
     backup=('etc/ldc2.conf')
     provides=("d-compiler=$_dversion")
 

Modified: ldc2.conf
===================================================================
--- ldc2.conf	2018-03-18 13:17:15 UTC (rev 309044)
+++ ldc2.conf	2018-03-18 14:23:09 UTC (rev 309045)
@@ -14,7 +14,6 @@
     ];
     // default switches appended after all explicit command-line switches
     post-switches = [
-        "-L-L/usr/lib",
-        "-L-L/usr/lib/clang/5.0.1/lib/linux/"
+        "-L-L/usr/lib"
     ];
 };



More information about the arch-commits mailing list