[arch-commits] Commit in mpv-mpris/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jonas Witschel diabonas at gemini.archlinux.org
Fri Jun 17 14:28:52 UTC 2022


    Date: Friday, June 17, 2022 @ 14:28:52
  Author: diabonas
Revision: 1238298

archrelease: copy trunk to community-x86_64

Added:
  mpv-mpris/repos/community-x86_64/PKGBUILD
    (from rev 1238297, mpv-mpris/trunk/PKGBUILD)
Deleted:
  mpv-mpris/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-17 14:28:40 UTC (rev 1238297)
+++ PKGBUILD	2022-06-17 14:28:52 UTC (rev 1238298)
@@ -1,29 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=mpv-mpris
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='MPRIS plugin for mpv'
-arch=('x86_64')
-url='https://github.com/hoyon/mpv-mpris'
-license=('MIT')
-depends=('glib2' 'mpv')
-checkdepends=('jq' 'playerctl' 'socat' 'sound-theme-freedesktop' 'xorg-server-xvfb')
-options=('debug')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha512sums=('7e928bbbf85b5c8e1e92ce51e65986ef7a7fe27a1e382b0148cdd70e22e5320be37a573c6206b3a1ab05119d9d24b861fd45081a008111f1da37673aa3896f23')
-
-build() {
-	cd "$pkgname-$pkgver"
-	make
-}
-
-check() {
-	cd "$pkgname-$pkgver"
-	make test
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	make PREFIX=/usr DESTDIR="$pkgdir" install
-	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: mpv-mpris/repos/community-x86_64/PKGBUILD (from rev 1238297, mpv-mpris/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-17 14:28:52 UTC (rev 1238298)
@@ -0,0 +1,29 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=mpv-mpris
+pkgver=0.8
+pkgrel=1
+pkgdesc='MPRIS plugin for mpv'
+arch=('x86_64')
+url='https://github.com/hoyon/mpv-mpris'
+license=('MIT')
+depends=('glib2' 'mpv')
+checkdepends=('jq' 'playerctl' 'socat' 'sound-theme-freedesktop' 'xorg-server-xvfb')
+options=('debug')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
+sha512sums=('97387caa98296bbcb71c847ada45f8baac8cfb9536554d38accd706800d9b867ac0012d330e9b548926184fff9e4952ff90b22a3e7d42c68ac74fbd6d61c3006')
+
+build() {
+	cd "$pkgname-$pkgver"
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make test
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make PREFIX=/usr DESTDIR="$pkgdir" install
+	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list