mpc: update to 0.30.
Closes #14111. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
f3d3fe9392
commit
b872c4c391
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'mpc'
|
# Template file for 'mpc'
|
||||||
pkgname=mpc
|
pkgname=mpc
|
||||||
version=0.29
|
version=0.30
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config python3-Sphinx"
|
configure_args="-Dtest=true"
|
||||||
makedepends="libmpdclient-devel"
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libmpdclient-devel check-devel"
|
||||||
short_desc="Minimalist command line interface to MPD"
|
short_desc="Minimalist command line interface to MPD"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.musicpd.org/clients/mpc/"
|
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"
|
distfiles="http://www.musicpd.org/download/mpc/${version%.*}/mpc-${version}.tar.xz"
|
||||||
checksum=02f1daec902cb48f8cdaa6fe21c7219f6231b091dddbe437a3a4fb12cb07b9d3
|
checksum=65fc5b0a8430efe9acbe6e261127960682764b20ab994676371bdc797d867fce
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall contrib/mpc-completion.bash 644 usr/share/bash-completion/completions mpc
|
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
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue