George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / navidrome
Commits: bbadfb04 by George Rawlinson at 2026-07-09T08:45:58+00:00 chore: drop unused deps - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -9,9 +9,6 @@ arch=(x86_64) url='https://www.navidrome.org' license=(GPL-3.0-only) depends=( - glibc - libgcc - libstdc++ zlib ffmpeg taglib @@ -87,6 +84,10 @@ build() { } package() { + depends+=( + glibc + ) + # systemd integration install -vDm644 systemd.service "$pkgdir/usr/lib/systemd/system/$pkgname.service" install -vDm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/navidrome/-/commit/bbadfb04ae31748cf5722257de3cbab32b542a08 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/navidrome/-/commit/bbadfb04ae31748cf5722257de3cbab32b542a08 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
