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

Dan Printzell wild at gemini.archlinux.org
Fri Apr 15 16:11:39 UTC 2022


    Date: Friday, April 15, 2022 @ 16:11:39
  Author: wild
Revision: 1186599

upgpkg: d-containers 0.8.0-7: Rebuilt against new ldc

Modified:
  d-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-15 16:10:41 UTC (rev 1186598)
+++ PKGBUILD	2022-04-15 16:11:39 UTC (rev 1186599)
@@ -4,7 +4,7 @@
 _pkgname=containers
 _pkgver=0.8.0
 pkgver=${_pkgver/-/}
-pkgrel=6
+pkgrel=7
 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/--flto=full/')"
+  export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/--flto=full/')"
 
   arch-meson ..
 



More information about the arch-commits mailing list