summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-12 12:23:48 +0100
committersL1pKn072022-03-12 12:23:48 +0100
commit8d01ea3763c561e2276a726aec850f499e25c9ec (patch)
tree4791720cdc510b7d91cc5293c176f1e9d080537c
parent149aa3c60b7a702b17501280c91af77a0c15f286 (diff)
downloadaur-8d01ea3763c561e2276a726aec850f499e25c9ec.tar.gz
bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD17
-rw-r--r--mpv-mpris-git.install3
3 files changed, 20 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65fb77083046..84beebda0b98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,16 @@
pkgbase = mpv-mpris-git
pkgdesc = MPRIS plugin for mpv. (GIT version)
- pkgver = 0.4.5.g6945b58
+ pkgver = 0.7.0.g5385a5f
pkgrel = 1
url = https://github.com/hoyon/mpv-mpris
install = mpv-mpris-git.install
arch = x86_64
license = MIT
+ checkdepends = jq
+ checkdepends = playerctl
+ checkdepends = socat
+ checkdepends = sound-theme-freedesktop
+ checkdepends = xorg-server-xvfb
makedepends = git
depends = mpv
depends = glib2
@@ -15,4 +20,3 @@ pkgbase = mpv-mpris-git
sha256sums = SKIP
pkgname = mpv-mpris-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e040edb02e3a..03aaf07b871b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,22 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-mpris-git
-pkgver=0.4.5.g6945b58
+pkgver=0.7.0.g5385a5f
pkgrel=1
pkgdesc="MPRIS plugin for mpv. (GIT version)"
arch=('x86_64')
+license=('MIT')
+url='https://github.com/hoyon/mpv-mpris'
depends=('mpv'
'glib2'
)
-license=('MIT')
-url='https://github.com/hoyon/mpv-mpris'
makedepends=('git')
+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')
@@ -27,6 +33,11 @@ build() {
make
}
+check() {
+ cd mpv-mpris
+ make test
+}
+
package() {
cd mpv-mpris
install -Dm755 mpris.so "${pkgdir}/usr/share/mpv/scripts/mpris.so"
diff --git a/mpv-mpris-git.install b/mpv-mpris-git.install
index 2e3cd8fe1961..aeab2b539b08 100644
--- a/mpv-mpris-git.install
+++ b/mpv-mpris-git.install
@@ -54,6 +54,3 @@ post_install() {
post_remove() {
_instructions_remove
}
-
-_instructions
-_instructions_remove \ No newline at end of file