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

Kpcyrd kpcyrd at gemini.archlinux.org
Fri Jul 16 15:36:36 UTC 2021


    Date: Friday, July 16, 2021 @ 15:36:35
  Author: kpcyrd
Revision: 977627

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-16 15:36:21 UTC (rev 977626)
+++ PKGBUILD	2021-07-16 15:36:35 UTC (rev 977627)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=cargo-flamegraph
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Easy flamegraphs for Rust projects and everything else'
-url="https://github.com/flamegraph-rs/flamegraph"
-depends=('perf')
-makedepends=('cargo')
-arch=('x86_64')
-license=('MIT' 'Apache')
-source=(https://github.com/flamegraph-rs/flamegraph/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('37a193afb54af61003efcc969b544af3495ab59d9e61dad7deb154d3f11f8bb589eb8edbe7a2da50d8dbdbaea29a8c845f3d71e53e93b4f8b164630d1cc37106')
-
-build() {
-  cd "flamegraph-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "flamegraph-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "flamegraph-${pkgver}"
-  install -Dm755 -t "${pkgdir}/usr/bin" \
-    target/release/cargo-flamegraph \
-    target/release/flamegraph
-  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-flamegraph/repos/community-x86_64/PKGBUILD (from rev 977626, cargo-flamegraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-16 15:36:35 UTC (rev 977627)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=cargo-flamegraph
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Easy flamegraphs for Rust projects and everything else'
+url="https://github.com/flamegraph-rs/flamegraph"
+depends=('perf')
+makedepends=('cargo')
+arch=('x86_64')
+license=('MIT' 'Apache')
+source=(https://github.com/flamegraph-rs/flamegraph/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('be54a7a70e469d6ab494f2179f0f989a0889fc4b34640fb17130b48abc15da030aedcdf1402feebf606576d633f6e204886fc94382d4de15ddc2d0d6be31d1bf')
+
+build() {
+  cd "flamegraph-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "flamegraph-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "flamegraph-${pkgver}"
+  install -Dm755 -t "${pkgdir}/usr/bin" \
+    target/release/cargo-flamegraph \
+    target/release/flamegraph
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list