plexamp-beta-appimage

MEDIUM
maintainer naxels 0 votes scanned 2026-09-08 11:17:13.613315
View on AUR
Why flagged

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

Triggered rules

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:16 https://plexamp.plex.tv/desktop/${_filename}
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 offending line(s) highlighted
1# Maintainer: Naxels <naxels at gmail dot com>
2
3pkgname=plexamp-beta-appimage
4pkgver=4.50.6
5pkgrel=1
6pkgdesc="Modern music client for Plex BETA with new backend"
7provides=('plexamp')
8conflicts=('plexamp' 'plexamp-appimage')
9arch=('x86_64' 'aarch64')
10depends=('fuse2')
11url="https://plexamp.com"
12options=(!strip)
13_desktop_name=Plexamp.desktop
14_filename=Plexamp-${pkgver}-${CARCH}.AppImage
15source_x86_64=(
16 https://plexamp.plex.tv/desktop/${_filename}
17)
18source_aarch64=(
19 https://plexamp.plex.tv/desktop/${_filename}
20)
21sha256sums_x86_64=('5e6dba0dc8742b050442393b7810ef3ac13bdbbe660a6de185432fd132a9ed11')
22sha256sums_aarch64=('6c740c32e51a56ee731f6bbf84aca3d98727910bf600119cf326481e773b079d')
23
24
25prepare() {
26 cd "$srcdir"
27 rm -rf squashfs-root
28 chmod +x $_filename
29 ./$_filename --appimage-extract
30 sed -i -e "s|Exec=.\+|Exec=env LD_PRELOAD=/usr/lib/libwayland-client.so APPIMAGELAUNCHER_DISABLE=1 DESKTOPINTEGRATION=0 /usr/bin/Plexamp.AppImage --disable-seccomp-filter-sandbox|" squashfs-root/${_desktop_name}
31}
32
33package() {
34 echo "Starting install"
35 install -Dm755 $_filename "$pkgdir"/usr/bin/Plexamp.AppImage
36 echo "Installing desktop launch file to $pkgdir/usr/bin/Plexamp.AppImage"
37 install -Dm755 squashfs-root/${_desktop_name} "$pkgdir"/usr/share/applications/${_desktop_name}
38 echo "Installing icons"
39 for res in "32x32" "128x128" "256x256@2"; do
40 install -Dm644 squashfs-root/usr/share/icons/hicolor/$res/apps/Plexamp.png $pkgdir/usr/share/icons/hicolor/$res/apps/Plexamp.png
41 done
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-09-08 11:17:13 Medium 2
2026-09-08 09:20:11 Low 3
2026-09-08 09:16:51 Medium 2

Report a package

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

0 / 4000
Your suggestion