summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-10-01 19:35:52 +0200
committersL1pKn072023-10-01 19:35:52 +0200
commit5ecfc2163dffdac2b59f2543809efe41d80f34e5 (patch)
tree68a58271df663509785257693bb558af5f4ac53c
parentc9c2c5ade61efad8f981b7c993d7ff044832d1c9 (diff)
downloadaur-5ecfc2163dffdac2b59f2543809efe41d80f34e5.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62481a16c797..0d1e04d7883b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-mpris-git
pkgdesc = MPRIS plugin for mpv. (GIT version)
- pkgver = 0.9.1.ged9f36b
+ pkgver = 1.1.0.gf759c86
pkgrel = 1
url = https://github.com/hoyon/mpv-mpris
install = mpv-mpris-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 87c188cc98a8..7af2a4268f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-mpris-git
-pkgver=0.9.1.ged9f36b
+pkgver=1.1.0.gf759c86
pkgrel=1
pkgdesc="MPRIS plugin for mpv. (GIT version)"
arch=('x86_64')
@@ -28,10 +28,6 @@ pkgver() {
echo "$(git describe --long --tags | tr - .)"
}
-prepare() {
- sed '110i--no-config \\' -i mpv-mpris/test/setup
-}
-
build() {
cd mpv-mpris
make
@@ -39,7 +35,7 @@ build() {
check() {
cd mpv-mpris
- make test
+ DISPLAY=:0.0 make test
}
package() {