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

Caleb Maclennan alerque at gemini.archlinux.org
Wed Aug 24 08:03:10 UTC 2022


    Date: Wednesday, August 24, 2022 @ 08:03:09
  Author: alerque
Revision: 1276089

upgpkg: gfold 4.0.1-2

Modified:
  gfold/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-24 08:03:00 UTC (rev 1276088)
+++ PKGBUILD	2022-08-24 08:03:09 UTC (rev 1276089)
@@ -2,7 +2,7 @@
 
 pkgname=gfold
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A CLI tool to help keep track of Git repositories"
 arch=('x86_64')
 url="https://github.com/nickgerace/gfold"
@@ -19,6 +19,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
+  CFLAGS+=" -ffat-lto-objects"
   cargo build --release --frozen
 }
 



More information about the arch-commits mailing list