plexamp-beta-appimage
MEDIUM
maintainer naxels
0 votes
scanned 2026-09-08 11:17:13.613315
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
3
pkgname=plexamp-beta-appimage
4
pkgver=4.50.6
5
pkgrel=1
6
pkgdesc="Modern music client for Plex BETA with new backend"
7
provides=('plexamp')
8
conflicts=('plexamp' 'plexamp-appimage')
9
arch=('x86_64' 'aarch64')
10
depends=('fuse2')
11
url="https://plexamp.com"
12
options=(!strip)
13
_desktop_name=Plexamp.desktop
14
_filename=Plexamp-${pkgver}-${CARCH}.AppImage
15
source_x86_64=(
16
https://plexamp.plex.tv/desktop/${_filename}
17
)
18
source_aarch64=(
19
https://plexamp.plex.tv/desktop/${_filename}
20
)
21
sha256sums_x86_64=('5e6dba0dc8742b050442393b7810ef3ac13bdbbe660a6de185432fd132a9ed11')
22
sha256sums_aarch64=('6c740c32e51a56ee731f6bbf84aca3d98727910bf600119cf326481e773b079d')
23
24
25
prepare() {
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
33
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-08 11:17:13 | Medium | 2 |
| 2026-09-08 09:20:11 | Low | 3 |
| 2026-09-08 09:16:51 | Medium | 2 |