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

Christian Rebischke shibumi at archlinux.org
Mon Apr 16 16:29:10 UTC 2018


    Date: Monday, April 16, 2018 @ 16:29:09
  Author: shibumi
Revision: 316529

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-16 16:29:02 UTC (rev 316528)
+++ PKGBUILD	2018-04-16 16:29:09 UTC (rev 316529)
@@ -1,30 +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=0.5.0
-pkgrel=4
-pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and others."
-arch=('i686' 'x86_64')
-url="https://github.com/acrisci/playerctl"
-license=('LGPL3')
-depends=('glib2')
-makedepends=('gobject-introspection' 'gtk-doc')
-source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz")
-sha512sums=('307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c')
-
-prepare() {
-    cd "${srcdir}/playerctl-${pkgver}"
-    NOCONFIGURE=true ./autogen.sh
-}
-
-build() {
-    cd "${srcdir}/playerctl-${pkgver}"
-    ./configure --prefix=/usr --enable-gtk-doc
-    make -j1
-}
-
-package() {
-    cd "${srcdir}/playerctl-${pkgver}"
-    make DESTDIR="${pkgdir}/" install
-}

Copied: playerctl/repos/community-x86_64/PKGBUILD (from rev 316528, playerctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-16 16:29:09 UTC (rev 316529)
@@ -0,0 +1,29 @@
+# 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=0.6.0
+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')
+source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz")
+sha512sums=('8023b5704ca2a428510df6228850b616061289764cc3c4190c0c46f79d6a20e499495f2d773bd821357653ba63bca40eac70f7cc3a11251da3c6a4f7781db739')
+
+prepare() {
+    cd "${srcdir}/playerctl-${pkgver}"
+    NOCONFIGURE=true ./autogen.sh
+}
+
+build() {
+    cd "${srcdir}/playerctl-${pkgver}"
+    ./configure --prefix=/usr --enable-gtk-doc
+}
+
+package() {
+    cd "${srcdir}/playerctl-${pkgver}"
+    make DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list