Date: Saturday, March 18, 2023 @ 19:02:09 Author: alerque Revision: 1423030
upgpkg: git-warp-time 0.4.9-2; rebuild for libgi2-1.6 Modified: git-warp-time/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-18 19:01:48 UTC (rev 1423029) +++ PKGBUILD 2023-03-18 19:02:09 UTC (rev 1423030) @@ -2,13 +2,12 @@ pkgname=git-warp-time pkgver=0.4.9 -pkgrel=1 +pkgrel=2 pkgdesc='reset timestamps of Git repository files to the time of the last modifying commit' arch=(x86_64) url="https://github.com/alerque/$pkgname" license=(GPL3) -depends=(libgit2 - libgit2.so) +depends=(libgit2.so) makedepends=(cargo git jq) @@ -26,6 +25,7 @@ build() { cd "$_archive" + CFLAGS+=" -ffat-lto-objects" ./configure --prefix /usr make }
