Date: Wednesday, May 22, 2019 @ 11:51:35
  Author: shibumi
Revision: 468344

upgpkg: playerctl 2.0.2-2

Fix #62418:
Changed playerctl man directory

Modified:
  playerctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-05-22 11:49:30 UTC (rev 468343)
+++ PKGBUILD    2019-05-22 11:51:35 UTC (rev 468344)
@@ -3,7 +3,7 @@
 # Contributor: Tony Crisci <t...@dubstepdish.com>
 pkgname=playerctl
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
 arch=('x86_64')
 url="https://github.com/acrisci/playerctl";
@@ -20,8 +20,8 @@
 
 build() {
     cd "${srcdir}/playerctl-${pkgver}"
-    arch-meson . build --mandir /usr/share
-    DESTDIR="${pkgdir}" ninja -C build
+    arch-meson build
+    ninja -C build
 }
 
 package() {

Reply via email to