[arch-commits] Commit in sccache/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Jan 7 13:28:32 UTC 2021
Date: Thursday, January 7, 2021 @ 13:28:32
Author: alucryd
Revision: 811777
archrelease: copy trunk to community-x86_64
Added:
sccache/repos/community-x86_64/PKGBUILD
(from rev 811776, sccache/trunk/PKGBUILD)
Deleted:
sccache/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 142 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 71 insertions(+), 71 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-07 13:28:27 UTC (rev 811776)
+++ PKGBUILD 2021-01-07 13:28:32 UTC (rev 811777)
@@ -1,71 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Chocobo1 <chocobo1 at archlinux.net>
-# Contributor: Jean Lucas <jean at 4ray.co>
-
-pkgname=sccache
-pkgver=0.2.13
-pkgrel=1
-pkgdesc='Shared compilation cache'
-arch=(x86_64)
-url=https://github.com/mozilla/sccache
-license=(Apache)
-depends=(
- gcc-libs
- glibc
- openssl
- zlib
-)
-makedepends=(
- git
- rust
-)
-optdepends=(
- 'memcached: Memcached support'
- 'redis: Redis support'
-)
-_tag=8916253e51cdd710dc70d0616235ace36e731f98
-source=(git+https://github.com/mozilla/sccache.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
- cd sccache
-
- git describe --tags
-}
-
-prepare() {
- cargo fetch \
- --locked \
- --manifest-path sccache/Cargo.toml
-}
-
-build() {
- cargo build \
- --release \
- --frozen \
- --manifest-path sccache/Cargo.toml \
- --features all \
- --features native-zlib
-}
-
-check() {
- cargo test \
- --release \
- --frozen \
- --manifest-path sccache/Cargo.toml \
- --features all \
- --features native-zlib
-}
-
-package() {
- cargo install \
- --frozen \
- --offline \
- --no-track \
- --path sccache \
- --root "${pkgdir}"/usr \
- --features all \
- --features native-zlib
-}
-
-# vim: ts=2 sw=2 et:
Copied: sccache/repos/community-x86_64/PKGBUILD (from rev 811776, sccache/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-07 13:28:32 UTC (rev 811777)
@@ -0,0 +1,71 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Chocobo1 <chocobo1 at archlinux.net>
+# Contributor: Jean Lucas <jean at 4ray.co>
+
+pkgname=sccache
+pkgver=0.2.14
+pkgrel=1
+pkgdesc='Shared compilation cache'
+arch=(x86_64)
+url=https://github.com/mozilla/sccache
+license=(Apache)
+depends=(
+ gcc-libs
+ glibc
+ openssl
+ zlib
+)
+makedepends=(
+ git
+ rust
+)
+optdepends=(
+ 'memcached: Memcached support'
+ 'redis: Redis support'
+)
+_tag=655ef1a69691be4fcdcb8990dfca1001df5af129
+source=(git+https://github.com/mozilla/sccache.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+ cd sccache
+
+ git describe --tags
+}
+
+prepare() {
+ cargo fetch \
+ --locked \
+ --manifest-path sccache/Cargo.toml
+}
+
+build() {
+ cargo build \
+ --release \
+ --frozen \
+ --manifest-path sccache/Cargo.toml \
+ --features all \
+ --features native-zlib
+}
+
+check() {
+ cargo test \
+ --release \
+ --frozen \
+ --manifest-path sccache/Cargo.toml \
+ --features all \
+ --features native-zlib
+}
+
+package() {
+ cargo install \
+ --frozen \
+ --offline \
+ --no-track \
+ --path sccache \
+ --root "${pkgdir}"/usr \
+ --features all \
+ --features native-zlib
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list