[arch-commits] Commit in cargo-tarpaulin/repos/community-x86_64 (PKGBUILD PKGBUILD)
Orhun Parmaksiz
orhun at gemini.archlinux.org
Sat Nov 6 18:21:49 UTC 2021
Date: Saturday, November 6, 2021 @ 18:21:49
Author: orhun
Revision: 1037679
archrelease: copy trunk to community-x86_64
Added:
cargo-tarpaulin/repos/community-x86_64/PKGBUILD
(from rev 1037678, cargo-tarpaulin/trunk/PKGBUILD)
Deleted:
cargo-tarpaulin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 101 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 18:21:41 UTC (rev 1037678)
+++ PKGBUILD 2021-11-06 18:21:49 UTC (rev 1037679)
@@ -1,50 +0,0 @@
-# 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:
Copied: cargo-tarpaulin/repos/community-x86_64/PKGBUILD (from rev 1037678, cargo-tarpaulin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-06 18:21:49 UTC (rev 1037679)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+
+pkgname=cargo-tarpaulin
+pkgver=0.18.5
+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=6d665bea816c3ea4458aacacfaed601a8f9b493c
+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