[arch-commits] Commit in cargo-tarpaulin/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Nov 5 08:04:59 UTC 2021


    Date: Friday, November 5, 2021 @ 08:04:59
  Author: alucryd
Revision: 1037121

archrelease: copy trunk to community-x86_64

Added:
  cargo-tarpaulin/repos/community-x86_64/PKGBUILD
    (from rev 1037120, cargo-tarpaulin/trunk/PKGBUILD)
Deleted:
  cargo-tarpaulin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-05 08:04:54 UTC (rev 1037120)
+++ PKGBUILD	2021-11-05 08:04:59 UTC (rev 1037121)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=cargo-tarpaulin
-pkgver=0.18.3
-pkgrel=1
-pkgdesc='Tool to analyse test coverage of cargo projects'
-arch=(x86_64)
-url=https://github.com/xd009642/tarpaulin
-license=(Apache)
-depends=(
-  gcc-libs
-  glibc
-  libcurl.so
-  openssl
-  zlib
-)
-makedepends=(
-  git
-  rust
-)
-_tag=d184c33e36c6fa83c2f94b9ff1e184bacb7e7108
-source=(git+https://github.com/xd009642/tarpaulin.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd tarpaulin
-
-  git describe --tags
-}
-
-prepare() {
-  cargo fetch \
-    --locked \
-    --target $CARCH-unknown-linux-gnu \
-    --manifest-path tarpaulin/Cargo.toml
-}
-
-build() {
-  export CARGO_TARGET_DIR=target
-  cargo build \
-    --release \
-    --frozen \
-    --manifest-path tarpaulin/Cargo.toml
-}
-
-package() {
-  install -Dm 755 target/release/cargo-tarpaulin -t "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-tarpaulin/repos/community-x86_64/PKGBUILD (from rev 1037120, cargo-tarpaulin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-05 08:04:59 UTC (rev 1037121)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=cargo-tarpaulin
+pkgver=0.18.4
+pkgrel=1
+pkgdesc='Tool to analyse test coverage of cargo projects'
+arch=(x86_64)
+url=https://github.com/xd009642/tarpaulin
+license=(Apache)
+depends=(
+  gcc-libs
+  glibc
+  libcurl.so
+  openssl
+  zlib
+)
+makedepends=(
+  git
+  rust
+)
+_tag=60539975c78c9d0dd0aa89a1f75a37a911f73950
+source=(git+https://github.com/xd009642/tarpaulin.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd tarpaulin
+
+  git describe --tags
+}
+
+prepare() {
+  cargo fetch \
+    --locked \
+    --target $CARCH-unknown-linux-gnu \
+    --manifest-path tarpaulin/Cargo.toml
+}
+
+build() {
+  export CARGO_TARGET_DIR=target
+  cargo build \
+    --release \
+    --frozen \
+    --manifest-path tarpaulin/Cargo.toml
+}
+
+package() {
+  install -Dm 755 target/release/cargo-tarpaulin -t "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list