victoriatraces-bin
LOW
maintainer angelo-f
0 votes
scanned 2026-09-06 11:10:51.811965
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: Angelo Fallaria <ba.fallaria+aur@gmail.com>
2
pkgname=victoriatraces-bin
3
pkgver=0.11.0
4
pkgrel=1
5
pkgdesc="Fast and easy to use database for traces that can handle terabytes of trace spans."
6
arch=('x86_64' 'aarch64')
7
url="https://docs.victoriametrics.com/victoriatraces/"
8
license=('Apache-2.0')
9
provides=('victoriatraces')
10
conflicts=('victoriatraces')
11
backup=('etc/default/victoriatraces')
12
install=victoriatraces.install
13
source_x86_64=("https://github.com/VictoriaMetrics/VictoriaTraces/releases/download/v${pkgver}/victoria-traces-linux-amd64-v${pkgver}.tar.gz")
14
source_aarch64=("https://github.com/VictoriaMetrics/VictoriaTraces/releases/download/v${pkgver}/victoria-traces-linux-arm64-v${pkgver}.tar.gz")
15
source=("victoriatraces.service"
16
"victoriatraces.default")
17
sha256sums=('e6ff5cf2b202fc18cfcc127609765efd2255b8fbe32ef1732897fd8d72ad2fbc'
18
'0fc91310e2c3140bd90b2fad62f497d8e7432cf3a2a8ab3a034b45958e01012a')
19
sha256sums_x86_64=('3089ead89b9a95369e265a5321b1ad8e670c3c94afbc9a9faaa9a356346b5b95')
20
sha256sums_aarch64=('18176f73fac3b9c7ea88ceba637c7f997593635e446e45e789dc68f1de6d0359')
21
22
package(){
23
install -Dm755 "${srcdir}/victoria-traces-prod" "${pkgdir}/usr/bin/victoria-traces"
24
install -Dm644 "${srcdir}/victoriatraces.service" "${pkgdir}/usr/lib/systemd/system/victoriatraces.service"
25
install -Dm644 "${srcdir}/victoriatraces.default" "${pkgdir}/etc/default/victoriatraces"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 11:10:51 | Low | 1 |
| 2026-09-06 09:10:50 | Low | 1 |