pianoteq-stage5

maintainer Saikia81 · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The flagged URL is for a logo image (non-executable data) from the official project domain; the actual software is provided locally, posing no supply-chain risk.

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 flagged URL is for a logo image (non-executable data) from the official project domain; the actual software is provided locally, posing no supply-chain risk.

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:19 'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Saiki81 <saikia81 at hotmail dot com>
2# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
3# adapted from package: pianoteq-stage-trial-bin
4# adapted from pkgbuild creator: CrocoDuck <crocoduck dot oducks at gmail dot com>
5
6pkgname=pianoteq-stage5
7pkgver=5.8.1
8pkgrel=2
9pkgdesc="Virtual piano instrument using physical modelling synthesis. Both standalone and plugin versions."
10arch=('i686' 'x86_64')
11url="https://www.pianoteq.com/pianoteq5"
12license=('custom')
13depends=('alsa-lib' 'freetype2' 'libxext')
14makedepends=('gendesk')
15optdepends=('jack: JACK audio and MIDI support')
16provides=("pianoteq5")
17conflicts=("pianoteq5")
18source=("local://pianoteq_stage_linux_v${pkgver//./}.7z"
19 'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')
20sha256sums=('ae0100a22432e73c2a7df8890b89239f04d3adc5a6d97440af9517e8e75187af'
21 '94ee64cf6688a49d74f0bf70d811e7466abac103feeab17496a89f828afcc6d3')
22
23_pianoteq_type="Pianoteq 5 STAGE"
24# Define architecture specific file directory:
25if [[ "$CARCH" == i686 ]]; then
26 archdir=i386
27else
28 archdir=amd64
29fi
30
31build() {
32 cd "$srcdir/$_pianoteq_type/"
33
34 # Generate Desktop Entry:
35 gendesk -f -n \
36 --pkgname "$pkgname" \
37 --pkgdesc "$pkgdesc" \
38 --name="${_pianoteq_type}" \
39 --exec='pianoteq5' \
40 --categories 'Audio;Sequencer;Midi;AudioVideoEditing;Music;AudioVideo;'
41}
42
43package() {
44 cd "$srcdir/$_pianoteq_type/"
45
46 # Install binaries:
47 install -Dm 755 "$archdir/${_pianoteq_type}" "$pkgdir/usr/bin/pianoteq5"
48 install -Dm 755 "$archdir/${_pianoteq_type}.so" "$pkgdir/usr/lib/vst/pianoteq5.so"
49
50 for i in "$archdir/${_pianoteq_type}.lv2/"*; do
51 install -D "$i" "$pkgdir/usr/lib/lv2/Pianoteq 5.lv2/${i##*/}"
52 done
53
54 # Install desktop launcher:
55 install -Dm 644 "$srcdir/pianoteq_icon_128.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
56 install -Dm 644 "$pkgname.desktop" "$pkgdir/usr/share/applications/pianoteq5.desktop"
57
58 # Install the license:
59 install -d "$pkgdir/usr/share/licenses/${pkgname}"
60 install -m 644 *Licence* "$pkgdir/usr/share/licenses/${pkgname}/"
61
62 # Install the documentation:
63 install -D README_LINUX.txt "$pkgdir/usr/share/doc/${pkgname}/README_LINUX.txt"
64 for i in "Documentation/"*; do
65 install -D "$i" "$pkgdir/usr/share/doc/${pkgname}/${i##*/}"
66 done
67}
68

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