[arch-commits] Commit in cargo-tarpaulin/repos/community-x86_64 (PKGBUILD PKGBUILD)
Orhun Parmaksiz
orhun at gemini.archlinux.org
Wed Aug 31 13:38:50 UTC 2022
Date: Wednesday, August 31, 2022 @ 13:38:49
Author: orhun
Revision: 1289152
archrelease: copy trunk to community-x86_64
Added:
cargo-tarpaulin/repos/community-x86_64/PKGBUILD
(from rev 1289151, cargo-tarpaulin/trunk/PKGBUILD)
Deleted:
cargo-tarpaulin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 116 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 58 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-31 13:38:17 UTC (rev 1289151)
+++ PKGBUILD 2022-08-31 13:38:49 UTC (rev 1289152)
@@ -1,58 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-
-pkgname=cargo-tarpaulin
-pkgver=0.20.1
-pkgrel=2
-pkgdesc='Tool to analyse test coverage of cargo projects'
-arch=(x86_64)
-url=https://github.com/xd009642/tarpaulin
-license=(Apache MIT)
-depends=(
- gcc-libs
- glibc
- libcurl.so
- openssl
- libssh2
- libgit2
- zlib
-)
-makedepends=(
- git
- rust
-)
-_tag=e58d865837ebccea3de6675f9dacedfb373df103
-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
- export LIBSSH2_SYS_USE_PKG_CONFIG=1
- CFLAGS+=" -ffat-lto-objects"
- cargo build \
- --release \
- --frozen \
- --manifest-path tarpaulin/Cargo.toml
-}
-
-package() {
- cd tarpaulin
- install -Dm 755 "${srcdir}/target/release/${pkgname}" -t "${pkgdir}"/usr/bin/
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: cargo-tarpaulin/repos/community-x86_64/PKGBUILD (from rev 1289151, cargo-tarpaulin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-31 13:38:49 UTC (rev 1289152)
@@ -0,0 +1,58 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+
+pkgname=cargo-tarpaulin
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='Tool to analyse test coverage of cargo projects'
+arch=(x86_64)
+url=https://github.com/xd009642/tarpaulin
+license=(Apache MIT)
+depends=(
+ gcc-libs
+ glibc
+ libcurl.so
+ openssl
+ libssh2
+ libgit2
+ zlib
+)
+makedepends=(
+ git
+ rust
+)
+_tag=d1d8ee44d3adbe80498960b7dd7461640f74e7c3
+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
+ export LIBSSH2_SYS_USE_PKG_CONFIG=1
+ CFLAGS+=" -ffat-lto-objects"
+ cargo build \
+ --release \
+ --frozen \
+ --manifest-path tarpaulin/Cargo.toml
+}
+
+package() {
+ cd tarpaulin
+ install -Dm 755 "${srcdir}/target/release/${pkgname}" -t "${pkgdir}"/usr/bin/
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list