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

2022-08-31 Thread Orhun Parmaksiz via arch-commits
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
===
--- PKGBUILD2022-08-31 13:38:17 UTC (rev 1289151)
+++ PKGBUILD2022-08-31 13:38:49 UTC (rev 1289152)
@@ -1,58 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Orhun Parmaksız 
-
-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)
+++ PKGBUILD2022-08-31 13:38:49 UTC (rev 1289152)
@@ -0,0 +1,58 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Orhun Parmaksız 
+
+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:



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

2022-05-25 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, May 25, 2022 @ 09:33:16
  Author: orhun
Revision: 1210348

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-25 09:32:58 UTC (rev 1210347)
+++ PKGBUILD2022-05-25 09:33:16 UTC (rev 1210348)
@@ -1,57 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Orhun Parmaksız 
-
-pkgname=cargo-tarpaulin
-pkgver=0.20.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=c445f881a751f75503d7f9b935f282db87368c82
-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
-  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 1210347, 
cargo-tarpaulin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-25 09:33:16 UTC (rev 1210348)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Orhun Parmaksız 
+
+pkgname=cargo-tarpaulin
+pkgver=0.20.1
+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=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
+  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:



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

2022-03-20 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, March 20, 2022 @ 21:31:04
  Author: orhun
Revision: 1166245

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-20 21:30:57 UTC (rev 1166244)
+++ PKGBUILD2022-03-20 21:31:04 UTC (rev 1166245)
@@ -1,57 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Orhun Parmaksız 
-
-pkgname=cargo-tarpaulin
-pkgver=0.19.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=dfbaea14237157235edb3921ac168169a0d0e7d6
-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
-  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 1166244, 
cargo-tarpaulin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-20 21:31:04 UTC (rev 1166245)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Orhun Parmaksız 
+
+pkgname=cargo-tarpaulin
+pkgver=0.20.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=c445f881a751f75503d7f9b935f282db87368c82
+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
+  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:



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

2022-01-16 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, January 16, 2022 @ 19:04:12
  Author: orhun
Revision: 1106401

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-16 19:04:03 UTC (rev 1106400)
+++ PKGBUILD2022-01-16 19:04:12 UTC (rev 1106401)
@@ -1,57 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Orhun Parmaksız 
-
-pkgname=cargo-tarpaulin
-pkgver=0.19.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=80e7d26aebac438f7e70b37b84e126f2387cd5d3
-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
-  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 1106400, 
cargo-tarpaulin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-16 19:04:12 UTC (rev 1106401)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Orhun Parmaksız 
+
+pkgname=cargo-tarpaulin
+pkgver=0.19.1
+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=dfbaea14237157235edb3921ac168169a0d0e7d6
+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
+  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:



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

2021-12-27 Thread Orhun Parmaksiz via arch-commits
Date: Monday, December 27, 2021 @ 18:17:23
  Author: orhun
Revision: 1084138

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  108 -
 1 file changed, 57 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-27 18:17:13 UTC (rev 1084137)
+++ PKGBUILD2021-12-27 18:17:23 UTC (rev 1084138)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Orhun Parmaksız 
-
-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:

Copied: cargo-tarpaulin/repos/community-x86_64/PKGBUILD (from rev 1084137, 
cargo-tarpaulin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-27 18:17:23 UTC (rev 1084138)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Orhun Parmaksız 
+
+pkgname=cargo-tarpaulin
+pkgver=0.19.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=80e7d26aebac438f7e70b37b84e126f2387cd5d3
+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
+  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:



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

2021-11-06 Thread Orhun Parmaksiz via arch-commits
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
===
--- PKGBUILD2021-11-06 18:21:41 UTC (rev 1037678)
+++ PKGBUILD2021-11-06 18:21:49 UTC (rev 1037679)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-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)
+++ PKGBUILD2021-11-06 18:21:49 UTC (rev 1037679)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Orhun Parmaksız 
+
+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:



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

2021-11-05 Thread Maxime Gauduin via arch-commits
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
===
--- PKGBUILD2021-11-05 08:04:54 UTC (rev 1037120)
+++ PKGBUILD2021-11-05 08:04:59 UTC (rev 1037121)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-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)
+++ PKGBUILD2021-11-05 08:04:59 UTC (rev 1037121)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+
+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:



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

2021-10-24 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, October 24, 2021 @ 19:07:27
  Author: orhun
Revision: 1033219

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-24 19:07:13 UTC (rev 1033218)
+++ PKGBUILD2021-10-24 19:07:27 UTC (rev 1033219)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=cargo-tarpaulin
-pkgver=0.18.2
-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=58f22f660662ea9f1846a94cd3cb0926c7268bd7
-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 1033218, 
cargo-tarpaulin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-24 19:07:27 UTC (rev 1033219)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+
+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:



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

2021-09-06 Thread Maxime Gauduin via arch-commits
Date: Monday, September 6, 2021 @ 10:47:50
  Author: alucryd
Revision: 1011867

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-06 10:47:45 UTC (rev 1011866)
+++ PKGBUILD2021-09-06 10:47:50 UTC (rev 1011867)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-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:

Copied: cargo-tarpaulin/repos/community-x86_64/PKGBUILD (from rev 1011866, 
cargo-tarpaulin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-06 10:47:50 UTC (rev 1011867)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=cargo-tarpaulin
+pkgver=0.18.2
+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=58f22f660662ea9f1846a94cd3cb0926c7268bd7
+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:



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

2021-06-29 Thread Maxime Gauduin via arch-commits
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
===
--- PKGBUILD2021-06-29 08:06:02 UTC (rev 967847)
+++ PKGBUILD2021-06-29 08:06:07 UTC (rev 967848)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-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)
+++ PKGBUILD2021-06-29 08:06:07 UTC (rev 967848)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin 
+
+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: