Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
sccache
Commits:
bd44e4a2 by Maxime Gauduin at 2026-05-30T00:13:21+02:00
upgpkg: 0.15.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sccache
pkgdesc = Shared compilation cache
- pkgver = 0.14.0
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/mozilla/sccache
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = sccache
optdepends = memcached: Memcached support
optdepends = valkey: Redis support
options = !lto
- source =
git+https://github.com/mozilla/sccache.git#tag=6ea77c318e4a50fb713a7b1e7a09a87a0b7e114c
- b2sums =
1fa952bb5bc48ead12c1ade9a83473384c72336495b51db5d912daadcc09d2d5895b63e47bb08b6200f67c58b2f199f68bee13d4b2657ce0b612c016d6ab6855
+ source = git+https://github.com/mozilla/sccache.git#tag=v0.15.0
+ b2sums =
483f161d1e96ad993e82fbd0868b23d28c901c2d31992fa3b6ea8422ac268e7cecded2e5d293e9bc2979bcae255ab8586214db0fef22ce308a3ad97f95795618
pkgname = sccache
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Jean Lucas <[email protected]>
pkgname=sccache
-pkgver=0.14.0
+pkgver=0.15.0
pkgrel=1
pkgdesc='Shared compilation cache'
arch=(x86_64)
@@ -23,20 +23,14 @@ optdepends=(
'valkey: Redis support'
)
options=(!lto)
-_tag=6ea77c318e4a50fb713a7b1e7a09a87a0b7e114c
-source=(git+https://github.com/mozilla/sccache.git#tag=${_tag})
-b2sums=('1fa952bb5bc48ead12c1ade9a83473384c72336495b51db5d912daadcc09d2d5895b63e47bb08b6200f67c58b2f199f68bee13d4b2657ce0b612c016d6ab6855')
+source=(git+https://github.com/mozilla/sccache.git#tag=v${pkgver})
+b2sums=('483f161d1e96ad993e82fbd0868b23d28c901c2d31992fa3b6ea8422ac268e7cecded2e5d293e9bc2979bcae255ab8586214db0fef22ce308a3ad97f95795618')
prepare() {
cd sccache
cargo fetch --locked
}
-pkgver() {
- cd sccache
- git describe --tags | sed 's/^v//'
-}
-
build() {
cd sccache
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sccache/-/commit/bd44e4a291da944e1d3a05dcd013e0d1113ba8aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sccache/-/commit/bd44e4a291da944e1d3a05dcd013e0d1113ba8aa
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help