From 7dbabb5fee613f078d05a575bca3e6bea9d9099e Mon Sep 17 00:00:00 2001 From: Corbett Rider Date: Sun, 13 Feb 2022 10:56:44 -0800 Subject: [PATCH] mpv-mpris: update to 0.6 --- srcpkgs/mpv-mpris/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/mpv-mpris/template b/srcpkgs/mpv-mpris/template index 784b45db60c1..d9e5e4d251bf 100644 --- a/srcpkgs/mpv-mpris/template +++ b/srcpkgs/mpv-mpris/template @@ -1,7 +1,7 @@ # Template file for 'mpv-mpris' pkgname=mpv-mpris -version=0.5 -revision=2 +version=0.6 +revision=1 build_style=gnu-makefile make_build_target=mpris.so hostmakedepends="pkg-config" @@ -12,11 +12,11 @@ maintainer="Alif Rachmawadi " license="MIT" homepage="https://github.com/hoyon/mpv-mpris" distfiles="https://github.com/hoyon/mpv-mpris/archive/${version}.tar.gz" -checksum=673aff031e7cc741edea68d7b4b0103d7b031d4a55755abb9e1be5dd4ec4e969 +checksum=8b4493cc29d09f175d6f55e6905e77429228b51241f2ae4c3681e35fefef9ae8 do_install() { vlicense LICENSE vdoc README.md - vmkdir usr/lib/${pkgname} - vinstall mpris.so 0644 usr/lib/${pkgname} + vmkdir etc/mpv/scripts + vinstall mpris.so 0644 etc/mpv/scripts }