mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
ncmpc: update to 0.52.
This commit is contained in:
parent
54424555f5
commit
074dde15ef
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'ncmpc'
|
||||
pkgname=ncmpc
|
||||
version=0.49
|
||||
version=0.52
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dlirc=disabled -Dhtml_manual=false
|
||||
-Dlyrics_screen=true -Dlyrics_plugin_dir=/usr/libexec/ncmpc/lyrics"
|
||||
hostmakedepends="pkg-config python3-Sphinx gettext"
|
||||
makedepends="libmpdclient-devel ncurses-devel pcre2-devel"
|
||||
makedepends="libmpdclient-devel ncurses-devel pcre2-devel fmt-devel"
|
||||
depends="python3-html5lib python3-requests python3-BeautifulSoup4"
|
||||
short_desc="Ncurses-based mpd client"
|
||||
maintainer="ologantr <mrphyber@protonmail.com>"
|
||||
|
@ -14,7 +14,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://www.musicpd.org/clients/ncmpc/"
|
||||
changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/master/NEWS"
|
||||
distfiles="https://www.musicpd.org/download/ncmpc/0/ncmpc-${version}.tar.xz"
|
||||
checksum=65bbec0ede9e6bcf62ac647b0c706485beb2bdd5db70ca8d60103f32f162cf29
|
||||
checksum=3af225496fe363a8534a9780fb46ae1bd17baefd80cf4ba7430a19cddd73eb1a
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/examples/ncmpc
|
||||
|
|
Loading…
Add table
Reference in a new issue