pianoteq-trial-bin

maintainer SpotlightKid · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a local file (local://) indicating a bundled tarball, not a remote download; building from project's own prebuilt binaries is normal for trial/proprietary software, and the checksum is provided, making it verifiable.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a local file (local://) indicating a bundled tarball, not a remote download; building from project's own prebuilt binaries is normal for trial/proprietary software, and the checksum is provided, making it verifiable.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:24 'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
2# Contributor: CrocoDuck <crocoduck dot oducks at gmail dot com>
3# Contributor: Simon Thorpe <simon@hivetechnology.com.au>
4
5pkgname=pianoteq-trial-bin
6pkgver=9.2.1
7pkgrel=1
8_name="Pianoteq ${pkgver%%.*}"
9pkgdesc='Physical modelling piano instrument standalone program, VST3 and LV2 plugin. Trial version'
10arch=(aarch64 armv7h x86_64)
11url="https://www.modartt.com/pianoteq"
12license=(LicenseRef-EULA)
13groups=(lv2-plugins pro-audio vst3-plugins)
14depends=(alsa-lib fontconfig freetype2 gcc-libs glibc libglvnd ttf-font)
15makedepends=(gendesk)
16optdepends=(
17 'jack: JACK support for stand-alone application'
18 'lv2-host: for loading the LV2 plugin'
19 'vst3-host: for loading the VST3 plugin'
20)
21provides=(${pkgname%-*})
22conflicts=(${pkgname%-*} pianoteq-standard-bin pianoteq-standard-trial-bin pianoteq-stage-trial-bin)
23source=("local://pianoteq_trial_v${pkgver//./}.tar.xz"
24 'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')
25sha256sums=('41030b62f9fb296eeee0961e342ab113eed89f7e9b47e6d30366cfd887101998'
26 '94ee64cf6688a49d74f0bf70d811e7466abac103feeab17496a89f828afcc6d3')
27
28prepare() {
29 cd "$_name"
30 # Generate Desktop Entry:
31 gendesk -f -n \
32 --pkgname=${pkgname%-*} \
33 --pkgdesc="$pkgdesc" \
34 --name="$_name" \
35 --exec="\"$_name\"" \
36 --categories='Audio;AudioVideo;AudioVideoEditing;Midi;Music;Sequencer;'
37}
38
39package() {
40 depends+=(libasound.so libfreetype.so libfontconfig.so)
41 cd "$_name"
42
43 # Define architecture specific directory:
44 if [[ "$CARCH" == x86_64 ]]; then
45 _archdir=x86-64bit
46 elif [[ "$CARCH" == armv7h ]]; then
47 _archdir=arm-32bit
48 elif [[ "$CARCH" == aarch64 ]]; then
49 _archdir=arm-64bit
50 fi
51
52 # Install stand-alone executable and symlink
53 install -Dvm 755 "$_archdir/$_name" -t "$pkgdir"/usr/bin
54 ln -sf "$_name" "$pkgdir"/usr/bin/${pkgname%-bin}-${pkgver%%.*}
55 # Install VST3 plug-in bundle
56 install -vDm 755 "$_archdir/$_name.vst3"/Contents/$CARCH-linux/*.so \
57 -t "$pkgdir/usr/lib/vst3/$_name.vst3"/Contents/$CARCH-linux
58 # Install LV2 plug-in bundle
59 install -vDm 755 "$_archdir/$_name.lv2"/*.so -t "$pkgdir/usr/lib/lv2/$_name.lv2"
60 install -vDm 644 "$_archdir/$_name.lv2"/*.ttl -t "$pkgdir/usr/lib/lv2/$_name.lv2"
61
62 # Install desktop launcher
63 install -vDm 644 "$srcdir"/pianoteq_icon_128.png \
64 "$pkgdir"/usr/share/pixmaps/${pkgname%-*}.png
65 install -vDm 644 ${pkgname%-*}.desktop -t "$pkgdir"/usr/share/applications
66
67 # Install license
68 install -vDm 644 *Licence* -t "$pkgdir"/usr/share/licenses/$pkgname
69
70 # Install documentation
71 install -vDm 644 README_LINUX.txt Documentation/* -t "$pkgdir"/usr/share/doc/$pkgname
72}
73

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion