From fa63bd28db16f3c1b45490a1c8765d6c4f4f07fc Mon Sep 17 00:00:00 2001 From: saqfish Date: Fri, 12 Feb 2021 16:59:43 -0600 Subject: [PATCH] mpd: update to 0.22.4. mpd: upgrade to 0.22.4 --- srcpkgs/mpd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template index 42e12041856..bba9320b8fa 100644 --- a/srcpkgs/mpd/template +++ b/srcpkgs/mpd/template @@ -1,6 +1,6 @@ # Template file for 'mpd' pkgname=mpd -version=0.22.3 +version=0.22.4 revision=2 build_style=meson configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true @@ -37,7 +37,7 @@ license="GPL-2.0-or-later" homepage="https://www.musicpd.org/" changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v${version}/NEWS" distfiles="https://www.musicpd.org/download/mpd/${version%.*}/mpd-${version}.tar.xz" -checksum=338012037b5e67730529187c555a54cc567a85b15a7e8ddb3a807b1971566ccf +checksum=891ea993a539246fa8f670346e5aa6c8cc85ce4be739ff12261712b0b3149dd0 LDFLAGS+=" -Wl,-z,stack-size=1048576" patch_args="-Np1"