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

Dan Printzell wild at archlinux.org
Thu May 3 03:31:44 UTC 2018


    Date: Thursday, May 3, 2018 @ 03:31:44
  Author: wild
Revision: 318799

upgpkg: dmd 1:2.080.0-1

Updated to 2.080.0

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-03 02:59:59 UTC (rev 318798)
+++ PKGBUILD	2018-05-03 03:31:44 UTC (rev 318799)
@@ -11,7 +11,7 @@
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.079.1
+pkgver=2.080.0
 pkgrel=1
 epoch=1
 arch=('x86_64')
@@ -27,7 +27,7 @@
 sha256sums=('SKIP'
             'SKIP'
             'SKIP'
-            'ae662ae24def53cb30733dd9ea811c4363a26c9434baab6d0a5d832a92d8af28'
+            '0ce8cbde1116dfc0e3f6f3e6ead794a5e6cbefa9483cdd55493e6a3b7e093bc3'
             'SKIP'
             '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
             '19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')
@@ -38,7 +38,7 @@
     # We only want to extract the docs & samples, not the prebuild executables
     tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
 
-    sed -i "/DFLAGS :=/ a DFLAGS += -link-defaultlib-shared=false" "$srcdir"/dmd/src/posix.mak
+    sed -i "/DFLAGS=/ a override DFLAGS += -link-defaultlib-shared=false" "$srcdir"/dmd/src/posix.mak
 }
 
 build() {
@@ -103,7 +103,7 @@
 
 package_libphobos() {
     pkgdesc="The Phobos standard library for D programming language"
-    options=('staticlibs')
+    options=('staticlibs' '!strip')
     depends=('gcc-libs')
     conflicts=('libphobos-devel')
     provides=("d-runtime=$pkgver" "d-stdlib=$pkgver" "libphobos-devel=$pkgver")



More information about the arch-commits mailing list