summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-10-01 19:36:38 +0200
committersL1pKn072023-10-01 19:36:38 +0200
commitb4e2c8ba069597a33cb9c762fcbb83f83a4903e4 (patch)
tree1d64508e6e48ea6971e42cc31a7083c19d90996c
parent5ecfc2163dffdac2b59f2543809efe41d80f34e5 (diff)
downloadaur-b4e2c8ba069597a33cb9c762fcbb83f83a4903e4.tar.gz
bump
-rw-r--r--PKGBUILD20
1 files changed, 11 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7af2a4268f16..2bde4b46c39a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,18 @@ pkgdesc="MPRIS plugin for mpv. (GIT version)"
arch=('x86_64')
license=('MIT')
url='https://github.com/hoyon/mpv-mpris'
-depends=('mpv'
- 'glib2'
- )
+depends=(
+ 'mpv'
+ 'glib2'
+)
makedepends=('git')
-checkdepends=('jq'
- 'playerctl'
- 'socat'
- 'sound-theme-freedesktop'
- 'xorg-server-xvfb'
- )
+checkdepends=(
+ 'jq'
+ 'playerctl'
+ 'socat'
+ 'sound-theme-freedesktop'
+ 'xorg-server-xvfb'
+)
provides=('mpv-mpris')
conflicts=('mpv-mpris')
source=('git+https://github.com/hoyon/mpv-mpris.git')