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

Dan Printzell wild at gemini.archlinux.org
Sun Jan 23 00:59:20 UTC 2022


    Date: Sunday, January 23, 2022 @ 00:59:20
  Author: wild
Revision: 1113512

upgpkg: dmd 1:2.098.1-2: Rebuilt with new pgp key

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 00:58:58 UTC (rev 1113511)
+++ PKGBUILD	2022-01-23 00:59:20 UTC (rev 1113512)
@@ -1,4 +1,4 @@
-# Maintainer: Dan Printzell <arch at vild.io>
+# Maintainer: Dan Printzell <wild at archlinux.org>
 # Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
 # Contributor: Mihails Strasunse <public at dicebot.lv>
 # Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
@@ -12,7 +12,7 @@
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
 pkgver=2.098.1
-pkgrel=1
+pkgrel=2
 epoch=1
 arch=('x86_64')
 url='https://www.dlang.org'
@@ -44,7 +44,7 @@
 }
 
 build() {
-    export DFLAGS="-link-defaultlib-shared=false $(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed "s/,/ -L=/g") -flto=full"
+    export DFLAGS="-link-defaultlib-shared=false $(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed -e "s/,/ -L=/g" -e "s/-flto/--flto=full/")"
     export HOST_DMD=ldmd2
 
     cd "$srcdir"/dmd



More information about the arch-commits mailing list