playerctl: update to 2.4.1.
This commit is contained in:
parent
f9d0aac29b
commit
22bf705f69
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'playerctl'
|
||||
pkgname=playerctl
|
||||
version=2.3.1
|
||||
version=2.4.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
|
@ -14,7 +14,7 @@ license="LGPL-3.0-or-later"
|
|||
homepage="https://github.com/acrisci/playerctl"
|
||||
changelog="https://github.com/altdesktop/playerctl/raw/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/acrisci/playerctl/archive/v${version}.tar.gz"
|
||||
checksum=62b55123fe0fcbb5add8b7abdf7b039d2d74662f851def77b482bd1ca0440608
|
||||
checksum=75957ad5071956f563542c7557af16a57e40b4a7f66bc9b6373d022ec5eef548
|
||||
|
||||
build_options="doc gir"
|
||||
desc_option_doc="Build documentation" # fails :(
|
||||
|
@ -30,7 +30,6 @@ playerctl-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
|
|
Loading…
Reference in a new issue