[arch-commits] Commit in appstream-generator/trunk (PKGBUILD)

Dan Printzell wild at gemini.archlinux.org
Sun Jan 23 01:04:58 UTC 2022


    Date: Sunday, January 23, 2022 @ 01:04:58
  Author: wild
Revision: 1113540

upgpkg: appstream-generator 0.8.6-2: Rebuilt against new ldc

Modified:
  appstream-generator/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 01:04:36 UTC (rev 1113539)
+++ PKGBUILD	2022-01-23 01:04:58 UTC (rev 1113540)
@@ -2,7 +2,7 @@
 
 pkgname=appstream-generator
 pkgver=0.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc='A fast AppStream metadata generator'
 arch=(x86_64)
 url='https://github.com/ximion/appstream-generator'
@@ -13,6 +13,7 @@
 sha256sums=('042b23c1437b7be24a33abab4b42184fd19869fcd9f7efe2bfa81a3d151c9136')
 
 build() {
+  export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto/--flto=full/')"
   meson build $pkgname-$pkgver -Ddownload-js=false --prefix=/usr
   ninja -C build
 }



More information about the arch-commits mailing list