David Runge pushed to branch main at Arch Linux / Packaging / Packages / mympd
Commits:
6598e0d2 by David Runge at 2026-02-02T10:20:58+01:00
upgpkg: 24.0.2-2
Rebuild against lua54
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = mympd
pkgdesc = A standalone and lightweight web-based MPD client
pkgver = 24.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jcorporation/myMPD
arch = x86_64
license = GPL-3.0-or-later
@@ -14,7 +14,7 @@ pkgbase = mympd
makedepends = perl
depends = glibc
depends = libutf8proc
- depends = lua
+ depends = lua54
optdepends = libnewt: for mympd-config
optdepends = sh: for mympd-config
source =
https://github.com/jcorporation/myMPD/archive/v24.0.2/mympd-v24.0.2.tar.gz
@@ -24,7 +24,7 @@ pkgbase = mympd
pkgname = mympd
depends = glibc
depends = libutf8proc
- depends = lua
+ depends = lua54
depends = flac
depends = libFLAC.so
depends = libid3tag
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=myMPD
pkgname=mympd
pkgver=24.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A standalone and lightweight web-based MPD client"
arch=(x86_64)
url="https://github.com/jcorporation/myMPD"
@@ -11,7 +11,7 @@ license=(GPL-3.0-or-later)
depends=(
glibc
libutf8proc
- lua
+ lua54
)
makedepends=(
cmake
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mympd/-/commit/6598e0d233adad5436ca6f3a7bf1238da72977bf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mympd/-/commit/6598e0d233adad5436ca6f3a7bf1238da72977bf
You're receiving this email because of your account on gitlab.archlinux.org.