From fc379b8a3efd76c48b94b056db028f36cead1a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Sun, 22 Nov 2020 15:14:20 +0100 Subject: [PATCH] mpd: update to 0.22.3. --- srcpkgs/mpd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template index 8e3de99fec6..8ce4f1799a7 100644 --- a/srcpkgs/mpd/template +++ b/srcpkgs/mpd/template @@ -1,6 +1,6 @@ # Template file for 'mpd' pkgname=mpd -version=0.22.1 +version=0.22.3 revision=1 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=408464093d09c73ceecafc201defcbaba2193cb30ad0aaf1241459a410fecaf3 +checksum=338012037b5e67730529187c555a54cc567a85b15a7e8ddb3a807b1971566ccf LDFLAGS+=" -Wl,-z,stack-size=1048576" patch_args="-Np1"