David Runge pushed to branch main at Arch Linux / Packaging / Packages / mympd


Commits:
46f36102 by David Runge at 2026-02-02T10:19:27+01:00
upgpkg: 24.0.2-1

- - - - -


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.0
-       pkgrel = 2
+       pkgver = 24.0.2
+       pkgrel = 1
        url = https://github.com/jcorporation/myMPD
        arch = x86_64
        license = GPL-3.0-or-later
@@ -13,16 +13,18 @@ pkgbase = mympd
        makedepends = pcre2
        makedepends = perl
        depends = glibc
-       depends = lua54
+       depends = libutf8proc
+       depends = lua
        optdepends = libnewt: for mympd-config
        optdepends = sh: for mympd-config
-       source = 
https://github.com/jcorporation/myMPD/archive/v24.0.0/mympd-v24.0.0.tar.gz
-       sha512sums = 
c2c0ffa50b9f84091408f7823a3b729d07d91651f8e693404f58bed3813f0acc8661e04dbcbcf6ee83c22f8a320225105ebf63e93869e2dbc7b9d8556299243e
-       b2sums = 
65f4cccb4dcc13f21b4478f01ee96dc743c5436e47042e18edb54f19199e3f48e1734b2d45da4ec0730447267ddc0f92df9b68dc534dfee2835aec9555fbc9ab
+       source = 
https://github.com/jcorporation/myMPD/archive/v24.0.2/mympd-v24.0.2.tar.gz
+       sha512sums = 
3e94d0456000054fe549f49f2531b4bd17b32d4d9ab5376718402b9f0b609b89d0429c1a747cfed3b8bae3567b4db0d32003c96ed1db49970bbcd82bdb9bf8f3
+       b2sums = 
34e65d11991cc98c2527ab0fa5d06451545fb96831a5599d821000aeab22ac37043aeee90986ba798de8de46463d5e10ec90f3c2747891ef4849b7c1b9d6b8cc
 
 pkgname = mympd
        depends = glibc
-       depends = lua54
+       depends = libutf8proc
+       depends = lua
        depends = flac
        depends = libFLAC.so
        depends = libid3tag


=====================================
PKGBUILD
=====================================
@@ -2,15 +2,16 @@
 
 _name=myMPD
 pkgname=mympd
-pkgver=24.0.0
-pkgrel=2
+pkgver=24.0.2
+pkgrel=1
 pkgdesc="A standalone and lightweight web-based MPD client"
 arch=(x86_64)
 url="https://github.com/jcorporation/myMPD";
 license=(GPL-3.0-or-later)
 depends=(
   glibc
-  lua54
+  libutf8proc
+  lua
 )
 makedepends=(
   cmake
@@ -26,8 +27,8 @@ optdepends=(
   'sh: for mympd-config'
 )
 source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('c2c0ffa50b9f84091408f7823a3b729d07d91651f8e693404f58bed3813f0acc8661e04dbcbcf6ee83c22f8a320225105ebf63e93869e2dbc7b9d8556299243e')
-b2sums=('65f4cccb4dcc13f21b4478f01ee96dc743c5436e47042e18edb54f19199e3f48e1734b2d45da4ec0730447267ddc0f92df9b68dc534dfee2835aec9555fbc9ab')
+sha512sums=('3e94d0456000054fe549f49f2531b4bd17b32d4d9ab5376718402b9f0b609b89d0429c1a747cfed3b8bae3567b4db0d32003c96ed1db49970bbcd82bdb9bf8f3')
+b2sums=('34e65d11991cc98c2527ab0fa5d06451545fb96831a5599d821000aeab22ac37043aeee90986ba798de8de46463d5e10ec90f3c2747891ef4849b7c1b9d6b8cc')
 
 build() {
   local cmake_options=(
@@ -47,7 +48,13 @@ build() {
 }
 
 check() {
-  ctest --test-dir build --output-on-failure
+  local ctest_options=(
+    --exclude-regex "^test_utf8wrap$"
+    --test-dir build
+    --output-on-failure
+  )
+
+  ctest "${ctest_options[@]}"
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mympd/-/commit/46f3610234fa66610a3669607e853f249d22f601

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mympd/-/commit/46f3610234fa66610a3669607e853f249d22f601
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to