symbolicator

MEDIUM
maintainer lmartinez-mirror 1 votes scanned 2026-09-06 15:12:20.220602
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1pkgname=symbolicator
2pkgver=23.10.1
3pkgrel=1
4pkgdesc="A sentry symbolication service for native stacktraces"
5arch=('x86_64')
6url="https://github.com/getsentry/symbolicator"
7license=('MIT' 'custom')
8depends=('zlib' 'gcc-libs')
9makedepends=('cargo' 'git' 'cmake')
10backup=('etc/symbolicator/symbolicator.yml')
11source=("git+https://github.com/getsentry/symbolicator/#tag=$pkgver"
12 "symbolicator.service")
13sha512sums=('SKIP'
14 '7b3c5a23e71bff108ab8ca850da960b6df800d157ebabd0c76f226abf1fd43b9b2b1eca9030666de1b0daa9f4fa5d5495b2e24c0a73ec4e0d176ba5b5a5a6ead')
15
16prepare() {
17 cd "symbolicator"
18 git submodule update --init
19 cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
20}
21
22build() {
23 cd "symbolicator"
24 cargo build --release --locked
25}
26
27package() {
28 cd "symbolicator"
29 for f in symbolicator symbolicli symsorter wasm-split; do
30 install -Dm0755 target/release/$f "$pkgdir/usr/bin/$f"
31 done
32 install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/symbolicator/LICENSE"
33 install -Dm0644 "${srcdir}/symbolicator.service" "${pkgdir}/usr/lib/systemd/system/symbolicator.service"
34 install -Dm0644 local.example.yml "${pkgdir}/etc/symbolicator/symbolicator.yml"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 15:12:20 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

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

0 / 4000
Your suggestion