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

Maxime Gauduin alucryd at archlinux.org
Tue Jun 29 08:06:07 UTC 2021


    Date: Tuesday, June 29, 2021 @ 08:06:07
  Author: alucryd
Revision: 967848

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-29 08:06:02 UTC (rev 967847)
+++ PKGBUILD	2021-06-29 08:06:07 UTC (rev 967848)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=cargo-tarpaulin
-pkgver=0.17.0
-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=3fde6cec2562ed4faa9966d7f1154f32372d0647
-source=(git+https://github.com/xd009642/tarpaulin.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd tarpaulin
-
-  git describe --tags
-}
-
-prepare() {
-  cargo fetch \
-    --locked \
-    --manifest-path tarpaulin/Cargo.toml
-}
-
-build() {
-  cargo build \
-    --release \
-    --frozen \
-    --manifest-path tarpaulin/Cargo.toml
-}
-
-package() {
-  cargo install \
-    --frozen \
-    --offline \
-    --no-track \
-    --path tarpaulin \
-    --root "${pkgdir}"/usr
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-tarpaulin/repos/community-x86_64/PKGBUILD (from rev 967847, cargo-tarpaulin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-29 08:06:07 UTC (rev 967848)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=cargo-tarpaulin
+pkgver=0.18.0
+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=8d5cd1a03c63033f9ee24ad640fb1715b702b71f
+source=(git+https://github.com/xd009642/tarpaulin.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd tarpaulin
+
+  git describe --tags
+}
+
+prepare() {
+  cargo fetch \
+    --locked \
+    --manifest-path tarpaulin/Cargo.toml
+}
+
+build() {
+  cargo build \
+    --release \
+    --frozen \
+    --manifest-path tarpaulin/Cargo.toml
+}
+
+package() {
+  cargo install \
+    --frozen \
+    --offline \
+    --no-track \
+    --path tarpaulin \
+    --root "${pkgdir}"/usr
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list