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

Gaëtan Bisson bisson at archlinux.org
Mon Oct 8 01:56:01 UTC 2018


    Date: Monday, October 8, 2018 @ 01:56:00
  Author: bisson
Revision: 335921

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-08 00:49:05 UTC (rev 335920)
+++ PKGBUILD	2018-10-08 01:56:00 UTC (rev 335921)
@@ -5,19 +5,19 @@
 # Contributor: Daniel Bainton <dpb [at] backarrow.org>
 
 pkgname=ncmpc
-pkgver=0.31
+pkgver=0.32
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
 license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient')
+depends=('ncurses' 'libmpdclient' 'boost-libs')
 optdepends=('python2: to enable lyrics plugin'
             'ruby: to enable lyrics plugin')
-makedepends=('meson' 'python-sphinx')
+makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('8d3416c5b99ec21527b506f75bd7e536ddff60e61695b05989e791a751611bcc'
+sha256sums=('085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac'
             'SKIP')
 
 prepare() {
@@ -27,7 +27,7 @@
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	arch-meson . build -Dlyrics_screen=true
+	arch-meson . build -Dlyrics_screen=true --mandir /usr/share
 	ninja -C build
 }
 



More information about the arch-commits mailing list