trickster-bin

LOW
maintainer dazemc 0 votes scanned 2026-09-14 05:16:15.637528
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: Daazed McFarland <daazedjmcfarland@gmail.com>
2#
3# AUR binary repackaging of Trickster's first-party Arch package. The source
4# package lives in packaging/arch/; this pkgbase exists for AUR users who do
5# not want to build Flutter from source.
6
7pkgbase=trickster-bin
8pkgname=trickster-bin
9# Keep in sync with pubspec.yaml, Cli.appVersion, and packaging/arch.
10pkgver=0.2.0
11pkgrel=1
12pkgdesc='Flutter-native Wayland status bar (prebuilt binary)'
13arch=('x86_64')
14url='https://github.com/dazemc/trickster'
15license=('GPL-3.0-or-later')
16depends=(
17 'dbus'
18 'fontconfig'
19 'glibc'
20 'gtk-layer-shell'
21 'gtk3'
22 'libglvnd'
23 'libxkbcommon'
24 'mesa'
25 'systemd-libs'
26)
27provides=('trickster')
28conflicts=('trickster' 'trickster-git')
29backup=('etc/trickster/session.conf')
30# The release archive is stripped as a whole already: the Dart AOT
31# tricksterctl breaks under strip, so it must pass through untouched.
32options=('!strip' '!debug')
33source=(
34 "https://github.com/dazemc/trickster/releases/download/v${pkgver}/trickster-${pkgver}-1-x86_64.pkg.tar.zst"
35)
36sha256sums=('eb825ab5b82e21411b80e60985c94d2da0df6f3a53bdebdefacd1d0bf8724c3d')
37noextract=("trickster-${pkgver}-1-x86_64.pkg.tar.zst")
38
39package() {
40 bsdtar -xpf "$srcdir/trickster-${pkgver}-1-x86_64.pkg.tar.zst" \
41 -C "$pkgdir" --exclude .PKGINFO --exclude .BUILDINFO --exclude .MTREE
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-09-14 05:16:15 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