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

Christian Rebischke shibumi at archlinux.org
Mon Apr 1 19:53:01 UTC 2019


    Date: Monday, April 1, 2019 @ 19:53:00
  Author: shibumi
Revision: 447033

archrelease: copy trunk to community-x86_64

Added:
  playerctl/repos/community-x86_64/PKGBUILD
    (from rev 447032, playerctl/trunk/PKGBUILD)
Deleted:
  playerctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-01 19:52:51 UTC (rev 447032)
+++ PKGBUILD	2019-04-01 19:53:00 UTC (rev 447033)
@@ -1,29 +0,0 @@
-# Maintainer : Christian Rebischke <Chris.Rebischke at archlinux.org>
-# Contributor: Ian D. Scott <ian at perebruin.com>
-# Contributor: Tony Crisci <tony at dubstepdish.com>
-pkgname=playerctl
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and others."
-arch=('x86_64')
-url="https://github.com/acrisci/playerctl"
-license=('LGPL3')
-depends=('glib2')
-makedepends=('gobject-introspection' 'gtk-doc' 'meson')
-source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz")
-sha512sums=('6a5807abc79358bab0ad30a11897a8109121d5eb7d9e17d2c695221ef83942c3c7235fc738ab27c9dd2d3364c04737355e9c88ec5d49f999565565fb4494f720')
-
-prepare() {
-    cd "${srcdir}/playerctl-${pkgver}"
-}
-
-build() {
-    cd "${srcdir}/playerctl-${pkgver}"
-    arch-meson . build --mandir /usr/share
-    DESTDIR="${pkgdir}" ninja -C build
-}
-
-package() {
-    cd "${srcdir}/playerctl-${pkgver}"
-    DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: playerctl/repos/community-x86_64/PKGBUILD (from rev 447032, playerctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-01 19:53:00 UTC (rev 447033)
@@ -0,0 +1,30 @@
+# Maintainer : Christian Rebischke <Chris.Rebischke at archlinux.org>
+# Contributor: Ian D. Scott <ian at perebruin.com>
+# Contributor: Tony Crisci <tony at dubstepdish.com>
+pkgname=playerctl
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and others."
+arch=('x86_64')
+url="https://github.com/acrisci/playerctl"
+license=('LGPL3')
+depends=('glib2')
+makedepends=('gobject-introspection' 'gtk-doc' 'meson')
+source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz")
+sha512sums=('ad588f81d42c8000ccd2d2dedacfcd82887a958189b354ad6285545f7ed59e885febe0c3f9e3da915ae0fd0af4bfb4cefda54f17f0560fc4c00b1be6e92f3ac0')
+validpgpkeys=('8CDFCC2D6611ACDE63D2C348564F0717F9D84E49')
+
+prepare() {
+    cd "${srcdir}/playerctl-${pkgver}"
+}
+
+build() {
+    cd "${srcdir}/playerctl-${pkgver}"
+    arch-meson . build --mandir /usr/share
+    DESTDIR="${pkgdir}" ninja -C build
+}
+
+package() {
+    cd "${srcdir}/playerctl-${pkgver}"
+    DESTDIR="${pkgdir}" ninja -C build install
+}



More information about the arch-commits mailing list