Date: Thursday, June 30, 2022 @ 16:34:29 Author: alucryd Revision: 1243081
upgpkg: sccache 0.3.0-1 Modified: sccache/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-30 16:32:57 UTC (rev 1243080) +++ PKGBUILD 2022-06-30 16:34:29 UTC (rev 1243081) @@ -3,8 +3,8 @@ # Contributor: Jean Lucas <[email protected]> pkgname=sccache -pkgver=0.2.15 -pkgrel=2 +pkgver=0.3.0 +pkgrel=1 pkgdesc='Shared compilation cache' arch=(x86_64) url=https://github.com/mozilla/sccache @@ -23,14 +23,12 @@ 'memcached: Memcached support' 'redis: Redis support' ) -_tag=6b6d2f7d2dceefeb4f583712aa4c221db62be0bd +_tag=f6e36e68c6cb1e17127273956df9ebf2127dff1a source=(git+https://github.com/mozilla/sccache.git#tag=${_tag}) b2sums=(SKIP) -options=(!lto) pkgver() { cd sccache - git describe --tags | sed 's/^v//' } @@ -41,6 +39,7 @@ } build() { + export CFLAGS+=' -ffat-lto-objects' cargo build \ --release \ --frozen \
