Date: Saturday, March 18, 2023 @ 18:56:38 Author: alerque Revision: 1423022
upgpkg: cocogitto 5.3.1-2; rebuild for libgi2-1.6 Modified: cocogitto/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-18 18:56:16 UTC (rev 1423021) +++ PKGBUILD 2023-03-18 18:56:38 UTC (rev 1423022) @@ -4,7 +4,7 @@ pkgname=cocogitto _bin=cog pkgver=5.3.1 -pkgrel=1 +pkgrel=2 pkgdesc='Set of CLI tools for the conventional commit and semver specifications' arch=(x86_64) url="https://github.com/$pkgname/$pkgname" @@ -11,7 +11,6 @@ license=(MIT) depends=(git gcc-libs - libgit2 libgit2.so zlib) makedepends=(cargo) @@ -27,6 +26,7 @@ build() { cd "$_archive" + CFLAGS+=" -ffat-lto-objects" cargo build --frozen --release local compgen="target/release/$_bin generate-completions" $compgen bash > "completions/$_bin"
