mpd: bump package

Fixes error:

CANNOT LINK EXECUTABLE "mpd": cannot locate symbol "__trunctfdf2" referenced by "/data/data/com.termux/files/usr/bin/mpd"...
This commit is contained in:
Henrik Grimler 2022-03-21 15:48:12 +01:00
parent 30f6127746
commit 5166617e1d
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Music player daemon"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.23.5
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/MusicPlayerDaemon/MPD/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=d57aec9100539dc6bdb8b06d40114e44d765481bee6bc900d6403e7b67dc8e92
TERMUX_PKG_DEPENDS="libc++, libcurl, libexpat, libid3tag, libopus, pulseaudio, libmpdclient, openal-soft, libvorbis, libsqlite, ffmpeg, libmp3lame, libbz2, libogg, libnfs, zlib"