Date: Tuesday, March 21, 2023 @ 12:08:51
  Author: alerque
Revision: 1424824

upgpkg: committed 1.0.14-2; rebuild for libgi2-1.6

Modified:
  committed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-21 12:08:42 UTC (rev 1424823)
+++ PKGBUILD    2023-03-21 12:08:51 UTC (rev 1424824)
@@ -1,8 +1,9 @@
 # Maintainer: Orhun Parmaksız <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
 
 pkgname=committed
 pkgver=1.0.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Nitpicking your commit history"
 arch=('x86_64')
 url="https://github.com/crate-ci/committed";
@@ -19,6 +20,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
+  CFLAGS+=" -ffat-lto-objects"
   cargo build --release --frozen
 }
 

Reply via email to