[arch-commits] Commit in gir-to-d/trunk (PKGBUILD)
Dan Printzell
wild at gemini.archlinux.org
Sun Jan 23 01:03:01 UTC 2022
Date: Sunday, January 23, 2022 @ 01:03:01
Author: wild
Revision: 1113530
upgpkg: gir-to-d 0.22.0-6: Rebuilt against new ldc
Modified:
gir-to-d/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-23 01:02:47 UTC (rev 1113529)
+++ PKGBUILD 2022-01-23 01:03:01 UTC (rev 1113530)
@@ -2,7 +2,7 @@
pkgname=gir-to-d
pkgver=0.22.0
-pkgrel=5
+pkgrel=6
pkgdesc='Create D bindings from GObject introspection files'
arch=('x86_64')
url='https://github.com/gtkd-developers/gir-to-d'
@@ -17,6 +17,7 @@
cd $pkgname-$pkgver/build
export DC=ldc
+ export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto/--flto=full/')"
arch-meson ..
More information about the arch-commits
mailing list