Date: Tuesday, February 21, 2023 @ 22:04:34 Author: wild Revision: 1403328
upgpkg: d-stdx-allocator 3.0.2-21: Rebuilt against new ldc Modified: d-stdx-allocator/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-21 22:04:15 UTC (rev 1403327) +++ PKGBUILD 2023-02-21 22:04:34 UTC (rev 1403328) @@ -3,7 +3,7 @@ pkgname=d-stdx-allocator _pkgname=stdx-allocator pkgver=3.0.2 -pkgrel=20 +pkgrel=21 pkgdesc='Extracted std.experimental.allocator' arch=('x86_64') url='https://github.com/dlang-community/stdx-allocator' @@ -26,7 +26,7 @@ cd $_pkgname-$pkgver/build 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 ..