Date: Tuesday, February 21, 2023 @ 22:04:59 Author: wild Revision: 1403330
upgpkg: d-containers 0.8.0-9: Rebuilt against new ldc Modified: d-containers/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-21 22:04:40 UTC (rev 1403329) +++ PKGBUILD 2023-02-21 22:04:59 UTC (rev 1403330) @@ -4,7 +4,7 @@ _pkgname=containers _pkgver=0.8.0 pkgver=${_pkgver/-/} -pkgrel=8 +pkgrel=9 pkgdesc='Containers for D backed by std.experimental.allocator' arch=('x86_64') url='https://github.com/dlang-community/containers' @@ -20,7 +20,7 @@ # Force build with LDC export DC=ldc - export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/--flto=full/')" + export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/-flto=full/')" arch-meson ..