[arch-commits] Commit in playerctl/trunk (PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Wed May 22 11:51:36 UTC 2019
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 <tony at 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() {
More information about the arch-commits
mailing list