mpc: fix homepage
This commit is contained in:
parent
64cb938d07
commit
dc979611ec
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mpc'
|
# Template file for 'mpc'
|
||||||
pkgname=mpc
|
pkgname=mpc
|
||||||
version=0.31
|
version=0.31
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dtest=true -Ddocumentation=enabled"
|
configure_args="-Dtest=true -Ddocumentation=enabled"
|
||||||
hostmakedepends="pkg-config python3-Sphinx"
|
hostmakedepends="pkg-config python3-Sphinx"
|
||||||
|
@ -9,9 +9,9 @@ makedepends="libmpdclient-devel check-devel"
|
||||||
short_desc="Minimalist command line interface to MPD"
|
short_desc="Minimalist command line interface to MPD"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.musicpd.org/clients/mpc/"
|
homepage="https://www.musicpd.org/clients/mpc/"
|
||||||
#changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/master/NEWS"
|
#changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/master/NEWS"
|
||||||
distfiles="http://www.musicpd.org/download/mpc/${version%.*}/mpc-${version}.tar.xz"
|
distfiles="https://www.musicpd.org/download/mpc/${version%.*}/mpc-${version}.tar.xz"
|
||||||
checksum=62373e83a8a165b2ed43967975efecd3feee530f4557d6b861dd08aa89d52b2d
|
checksum=62373e83a8a165b2ed43967975efecd3feee530f4557d6b861dd08aa89d52b2d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue