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

Dan Printzell wild at gemini.archlinux.org
Fri Apr 15 16:05:53 UTC 2022


    Date: Friday, April 15, 2022 @ 16:05:52
  Author: wild
Revision: 1186587

upgpkg: tilix 1.9.5-2: Rebuilt against new ldc

Modified:
  tilix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-15 16:04:38 UTC (rev 1186586)
+++ PKGBUILD	2022-04-15 16:05:52 UTC (rev 1186587)
@@ -5,7 +5,7 @@
 
 pkgname=tilix
 pkgver=1.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
 arch=('x86_64')
 url="https://github.com/gnunn1/tilix"
@@ -26,7 +26,7 @@
 
   # 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 ../$pkgname-$pkgver
 



More information about the arch-commits mailing list