[arch-commits] Commit in playerctl/trunk (PKGBUILD)

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


    Date: Monday, April 16, 2018 @ 16:29:02
  Author: shibumi
Revision: 316528

upgpkg: playerctl 0.6.0-1

New version + removed make -j1 bullshit

Modified:
  playerctl/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-16 15:52:16 UTC (rev 316527)
+++ PKGBUILD	2018-04-16 16:29:02 UTC (rev 316528)
@@ -2,8 +2,8 @@
 # Contributor: Ian D. Scott <ian at perebruin.com>
 # Contributor: Tony Crisci <tony at dubstepdish.com>
 pkgname=playerctl
-pkgver=0.5.0
-pkgrel=4
+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"
@@ -11,7 +11,7 @@
 depends=('glib2')
 makedepends=('gobject-introspection' 'gtk-doc')
 source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz")
-sha512sums=('307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c')
+sha512sums=('8023b5704ca2a428510df6228850b616061289764cc3c4190c0c46f79d6a20e499495f2d773bd821357653ba63bca40eac70f7cc3a11251da3c6a4f7781db739')
 
 prepare() {
     cd "${srcdir}/playerctl-${pkgver}"
@@ -21,7 +21,6 @@
 build() {
     cd "${srcdir}/playerctl-${pkgver}"
     ./configure --prefix=/usr --enable-gtk-doc
-    make -j1
 }
 
 package() {



More information about the arch-commits mailing list