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 <[email protected]> +# Maintainer: Dan Printzell <[email protected]> # Maintainer: Filipe LaĆns (FFY00) <[email protected]> # Contributor: Mihails Strasunse <[email protected]> # Contributor: Sven-Hendrik Haase <[email protected]> @@ -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
