mpc: update to 0.30.

Closes #14111.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-04 00:19:46 -03:00 committed by Enno Boland
parent f3d3fe9392
commit b872c4c391

View file

@ -1,19 +1,19 @@
# Template file for 'mpc'
pkgname=mpc
version=0.29
version=0.30
revision=1
build_style=meson
hostmakedepends="pkg-config python3-Sphinx"
makedepends="libmpdclient-devel"
configure_args="-Dtest=true"
hostmakedepends="pkg-config"
makedepends="libmpdclient-devel check-devel"
short_desc="Minimalist command line interface to MPD"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="http://www.musicpd.org/clients/mpc/"
#changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/master/NEWS"
distfiles="http://www.musicpd.org/download/mpc/${version%.*}/mpc-${version}.tar.xz"
checksum=02f1daec902cb48f8cdaa6fe21c7219f6231b091dddbe437a3a4fb12cb07b9d3
checksum=65fc5b0a8430efe9acbe6e261127960682764b20ab994676371bdc797d867fce
post_install() {
vinstall contrib/mpc-completion.bash 644 usr/share/bash-completion/completions mpc
# Manpages installed on wrong path
mv "${DESTDIR}"/usr/share/man/man1/man/mpc.1 "${DESTDIR}"/usr/share/man/man1/mpc.1
}