profilecli-bin

LOW
maintainer prochac 0 votes scanned 2026-08-20 01:42:48.230657
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Tomáš Karela Procházka <tomas.prochazka5d@gmail.com>
2
3pkgname=profilecli-bin
4_pkgname=profilecli
5pkgver=2.2.1
6pkgrel=1
7pkgdesc='CLI for Grafana Pyroscope, the continuous profiling aggregation system (static binary)'
8arch=('x86_64' 'aarch64')
9url='https://github.com/grafana/pyroscope'
10license=('AGPL-3.0-only')
11provides=("$_pkgname=$pkgver")
12conflicts=("$_pkgname")
13options=(!strip !debug)
14
15_url_base="https://github.com/grafana/pyroscope/releases/download/v$pkgver"
16
17source_x86_64=("$_pkgname-$pkgver-x86_64.tar.gz::$_url_base/${_pkgname}_${pkgver}_linux_amd64.tar.gz")
18source_aarch64=("$_pkgname-$pkgver-aarch64.tar.gz::$_url_base/${_pkgname}_${pkgver}_linux_arm64.tar.gz")
19
20sha256sums_x86_64=('13da7a181c45c9058b9fc2cb8914635a6b161e1a4b24ddd2c8fbaa8075566b78')
21sha256sums_aarch64=('a35a2f13e82a8dd76b84588e853586124804d20c409969979ef51c55d74fb1f9')
22
23build() {
24 cd "$srcdir"
25
26 # kingpin derives the completion function and `complete` target names from
27 # basename($0). The tarball already unpacks the binary as `profilecli`, so
28 # these must be generated from it in place — do not rename it first.
29 ./"$_pkgname" --completion-script-bash >"$_pkgname.bash"
30 ./"$_pkgname" --completion-script-zsh >"_$_pkgname"
31}
32
33package() {
34 cd "$srcdir"
35
36 install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname"
37
38 install -Dm644 "$_pkgname.bash" "$pkgdir/usr/share/bash-completion/completions/$_pkgname"
39 install -Dm644 "_$_pkgname" "$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
40
41 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
42}
43
44# vim:set ts=2 sw=2 et:
45

Changes since previous scan

--- PKGBUILD @ 2026-08-14 00:03
+++ PKGBUILD @ 2026-08-20 01:42
@@ -2,7 +2,7 @@
pkgname=profilecli-bin
_pkgname=profilecli
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc='CLI for Grafana Pyroscope, the continuous profiling aggregation system (static binary)'
arch=('x86_64' 'aarch64')
@@ -17,8 +17,8 @@
source_x86_64=("$_pkgname-$pkgver-x86_64.tar.gz::$_url_base/${_pkgname}_${pkgver}_linux_amd64.tar.gz")
source_aarch64=("$_pkgname-$pkgver-aarch64.tar.gz::$_url_base/${_pkgname}_${pkgver}_linux_arm64.tar.gz")
-sha256sums_x86_64=('b26424d2084e748d854db308a6f601c8dedf02761ba69b65ae62f141ffd43c69')
-sha256sums_aarch64=('c501feeba9b02de1dc4eca7ee6f33612a62967d6fae1fb3e4d9353e52aa6ddab')
+sha256sums_x86_64=('13da7a181c45c9058b9fc2cb8914635a6b161e1a4b24ddd2c8fbaa8075566b78')
+sha256sums_aarch64=('a35a2f13e82a8dd76b84588e853586124804d20c409969979ef51c55d74fb1f9')
build() {
cd "$srcdir"

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 01:42:48 Low 1
2026-08-14 00:03:41 Clean 2
2026-08-13 01:25:20 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion