Date: Saturday, June 18, 2022 @ 08:07:34
  Author: diabonas
Revision: 1238370

archrelease: copy trunk to community-x86_64

Added:
  mpv-mpris/repos/community-x86_64/PKGBUILD
    (from rev 1238369, 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-18 08:07:16 UTC (rev 1238369)
+++ PKGBUILD    2022-06-18 08:07:34 UTC (rev 1238370)
@@ -1,29 +0,0 @@
-# Maintainer: Jonas Witschel <[email protected]>
-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"
-}

Copied: mpv-mpris/repos/community-x86_64/PKGBUILD (from rev 1238369, 
mpv-mpris/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-06-18 08:07:34 UTC (rev 1238370)
@@ -0,0 +1,29 @@
+# Maintainer: Jonas Witschel <[email protected]>
+pkgname=mpv-mpris
+pkgver=0.8.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=('a7ed2c7d5d0b7eb323026ae7b21c8a55e02a90b9fe761d7162ed7162200cf00793842f04a7a2ac841f7de3196657cfb17029ce7285ea977cd35284879db0184d')
+
+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"
+}

Reply via email to