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

Dan Printzell wild at archlinux.org
Sun Jan 7 00:03:31 UTC 2018


    Date: Sunday, January 7, 2018 @ 00:03:30
  Author: wild
Revision: 279766

upgpkg: ldc 1:1.7.0-1

Updated to 1.7.0 and added static libs

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-06 21:58:34 UTC (rev 279765)
+++ PKGBUILD	2018-01-07 00:03:30 UTC (rev 279766)
@@ -5,16 +5,16 @@
 
 pkgname=('ldc' 'liblphobos')
 groups=('dlang' 'dlang-ldc')
-pkgver=1.6.0
-_pkgcommit=00a9a38212dc5ff7bbcf8d7233540ddc3b885f7f
-_dversion=2.076.1
+pkgver=1.7.0
+_pkgcommit=b0b5bed08bc3e05f41ab31e5c72e56624ee63115
+_dversion=2.077.1
 epoch=1
-pkgrel=2
+pkgrel=1
 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' 'dmd')
+makedepends=('git' 'cmake' 'llvm' 'ldc')
 
 source=(
     "git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit"
@@ -53,7 +53,7 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_SKIP_RPATH=ON \
     -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
-    -DBUILD_SHARED_LIBS=ON \
+    -DBUILD_SHARED_LIBS=BOTH \
     -DLDC_WITH_LLD=OFF \
     ..
     make
@@ -93,6 +93,7 @@
 package_liblphobos() {
     provides=('d-runtime' 'd-stdlib')
     depends=('curl')
+    options=('staticlibs')
 
     cd "$srcdir/ldc/build"
     make install DESTDIR="$pkgdir"



More information about the arch-commits mailing list