summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d35657ba47ad..a400a8fd4efb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpd-light
pkgdesc = Flexible, powerful, server-side application for playing music. Light version without ao, ffmpeg, jack, modplug, pulse, shout, sidplay, soundcloud, wavpack, avahi, smbclient and zziplib support.
- pkgver = 0.22.6
+ pkgver = 0.23.9
pkgrel = 1
url = https://www.musicpd.org/
install = mpd.install
@@ -31,16 +31,15 @@ pkgbase = mpd-light
depends = libsoxr
depends = libgme
depends = liburing
- provides = mpd=0.22.6
+ provides = mpd=0.23.9
conflicts = mpd
replaces = mpd
backup = etc/mpd.conf
- source = https://www.musicpd.org/download/mpd/0.22/mpd-0.22.6.tar.xz
+ source = https://www.musicpd.org/download/mpd/0.23/mpd-0.23.9.tar.xz
source = mpd.tmpfile
source = mpd.conf
- sha512sums = 5e417204e24d11fa609740ae92bc1d796aad2d63537655f655074d829cd79cadaf1ca025171dcf5486c1e557cc946152c21e299286b1cb74cc342da2b1f41343
+ sha512sums = 67db093e35693f79267f955463ecaa284773b5e47a38f1548a0d16c9ba82aecc3434fd805e224b78782c5978c07e16d26f7632823e536f5304f557985f028d6e
sha512sums = 3608f8b0418aa5527917c35308aeca80357c3cf1834cceeade2eaab7fa736117c0b3143cf225478441ffc533b45ff1e8c5579a2e1aa432a4db5ca4cef2dd04e1
sha512sums = f3eaa25925887ae5df52da0119a77729b5761c175a22117ab15a1636b141f4b159db75dc4e9a52e0d16b2bc4b0f617a4e0838a8d3624f98706beb3387971c660
pkgname = mpd-light
-
diff --git a/PKGBUILD b/PKGBUILD
index 28ade2453ee9..8ef4c7738443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Alexey D. <lq07829icatm@rambler.ru>
+# Maintainer: Amber <amber@mail.cyborgtrees.com>
+# Contributor: Alexey D. <lq07829icatm@rambler.ru>
# Contributor: David Runge <dvzrv@archlinux.org>
# Contributor: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Angel Velasquez <angvp@archlinux.org>
@@ -8,8 +9,8 @@
# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=mpd-light
-pkgver=0.22.6
-_majorver=0.22
+pkgver=0.23.9
+_majorver=0.23
pkgrel=1
pkgdesc='Flexible, powerful, server-side application for playing music. Light version without ao, ffmpeg, jack, modplug, pulse, shout, sidplay, soundcloud, wavpack, avahi, smbclient and zziplib support.'
url='https://www.musicpd.org/'
@@ -30,7 +31,7 @@ replaces=('mpd')
source=("https://www.musicpd.org/download/mpd/${_majorver}/mpd-${pkgver}.tar.xz"
'mpd.tmpfile'
'mpd.conf')
-sha512sums=('5e417204e24d11fa609740ae92bc1d796aad2d63537655f655074d829cd79cadaf1ca025171dcf5486c1e557cc946152c21e299286b1cb74cc342da2b1f41343'
+sha512sums=('67db093e35693f79267f955463ecaa284773b5e47a38f1548a0d16c9ba82aecc3434fd805e224b78782c5978c07e16d26f7632823e536f5304f557985f028d6e'
'3608f8b0418aa5527917c35308aeca80357c3cf1834cceeade2eaab7fa736117c0b3143cf225478441ffc533b45ff1e8c5579a2e1aa432a4db5ca4cef2dd04e1'
'f3eaa25925887ae5df52da0119a77729b5761c175a22117ab15a1636b141f4b159db75dc4e9a52e0d16b2bc4b0f617a4e0838a8d3624f98706beb3387971c660')
backup=('etc/mpd.conf')
@@ -51,9 +52,9 @@ build() {
'-Dadplug=disabled' # not in an official repo
'-Dsndio=disabled' # interferes with detection of alsa devices
'-Dshine=disabled' # not in an official repo
- '-Dtremor=disabled' # not in an official repo
'-Dao=disabled'
'-Dffmpeg=disabled'
+ '-Dpipewire=disabled'
'-Djack=disabled'
'-Dmodplug=disabled'
'-Dpulse=disabled'
@@ -66,8 +67,8 @@ build() {
'-Dsmbclient=disabled'
'-Dcdio_paranoia=disabled'
'-Dqobuz=disabled'
- '-Dtidal=disabled'
'-Diso9660=disabled'
+ '-Dtremor=disabled'
'-Dfluidsynth=disabled'
'-Dmikmod=disabled'
'-Dmpcdec=disabled'