[arch-commits] Commit in ncmpc/trunk (PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Fri Apr 12 17:27:06 UTC 2019
Date: Friday, April 12, 2019 @ 17:27:05
Author: bisson
Revision: 350617
upstream update
Modified:
ncmpc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-12 17:15:22 UTC (rev 350616)
+++ PKGBUILD 2019-04-12 17:27:05 UTC (rev 350617)
@@ -5,7 +5,7 @@
# Contributor: Daniel Bainton <dpb [at] backarrow.org>
pkgname=ncmpc
-pkgver=0.33
+pkgver=0.34
pkgrel=1
pkgdesc='Fully featured MPD client using ncurses'
url='https://www.musicpd.org/clients/ncmpc/'
@@ -17,7 +17,7 @@
makedepends=('meson' 'python-sphinx' 'boost')
validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('94e04a34854015aa013b43ec15b578f4541d077cf7ae5bf7c0944475673fd7a5'
+sha256sums=('14c5b1dc78e83fa838fb049db76c00706686c98991600a87d2c57ec2b6c9e857'
'SKIP')
prepare() {
@@ -27,7 +27,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- arch-meson . build -Dlyrics_screen=true --mandir /usr/share
+ arch-meson . build -Dlyrics_screen=true
ninja -C build
}
More information about the arch-commits
mailing list