diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template index f838154a101..19978adc4d4 100644 --- a/srcpkgs/lollypop/template +++ b/srcpkgs/lollypop/template @@ -1,7 +1,7 @@ # Template file for 'lollypop' pkgname=lollypop -version=0.9.243 -revision=2 +version=0.9.244 +revision=1 noarch=yes nocross=yes hostmakedepends="intltool itstool pkg-config glib-devel gobject-introspection python3 meson" @@ -14,7 +14,7 @@ maintainer="Jürgen Buchmüller " license="GPL-3" homepage="https://gnumdk.github.io/lollypop-web/" distfiles="https://github.com/gnumdk/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz" -checksum=c7e47a9153226d60d68eb9cbd2304211f9f4ebd5a80f85bb8fda49138adeb0c9 +checksum=7ca012a6a6b4dc4d517d79e888b1b17a9e24a55faea925d8a6957c7a33af3679 do_build() { meson ${configure_args} --prefix /usr . _build @@ -24,7 +24,7 @@ do_build() { do_install() { local f env DESTDIR="$DESTDIR" ninja -C _build install - for f in lollypop{,-cli} rhythmbox2lollypop; do + for f in lollypop{,-cli}; do chmod +x "${DESTDIR}"/usr/bin/${f} done chmod +x "${DESTDIR}"/usr/libexec/lollypop-sp