Date: Thursday, October 25, 2018 @ 19:10:36 Author: bisson Revision: 337305
upstream update Modified: ncmpc/trunk/PKGBUILD Deleted: ncmpc/trunk/691116b22355bdaac211bd66e8c90fdecd9b2077.patch ------------------------------------------------+ 691116b22355bdaac211bd66e8c90fdecd9b2077.patch | 24 ----------------------- PKGBUILD | 15 +++++--------- 2 files changed, 6 insertions(+), 33 deletions(-) Deleted: 691116b22355bdaac211bd66e8c90fdecd9b2077.patch =================================================================== --- 691116b22355bdaac211bd66e8c90fdecd9b2077.patch 2018-10-25 18:59:59 UTC (rev 337304) +++ 691116b22355bdaac211bd66e8c90fdecd9b2077.patch 2018-10-25 19:10:36 UTC (rev 337305) @@ -1,24 +0,0 @@ -From 691116b22355bdaac211bd66e8c90fdecd9b2077 Mon Sep 17 00:00:00 2001 -From: Max Kellermann <[email protected]> -Date: Wed, 10 Oct 2018 15:47:45 +0200 -Subject: [PATCH] conf: remove trailing whitespace from option names - -Closes #39 ---- - NEWS | 1 + - src/conf.cxx | 2 +- - 2 files changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/conf.cxx b/src/conf.cxx -index d4c94a7..da8c163 100644 ---- a/src/conf.cxx -+++ b/src/conf.cxx -@@ -236,7 +236,7 @@ separate_value(char *p) - return nullptr; - } - -- *value++ = 0; -+ *StripRight(p, value++) = '\0'; - - return Strip(value); - } Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-25 18:59:59 UTC (rev 337304) +++ PKGBUILD 2018-10-25 19:10:36 UTC (rev 337305) @@ -5,27 +5,24 @@ # Contributor: Daniel Bainton <dpb [at] backarrow.org> pkgname=ncmpc -pkgver=0.32 -pkgrel=2 +pkgver=0.33 +pkgrel=1 pkgdesc='Fully featured MPD client using ncurses' url='https://www.musicpd.org/clients/ncmpc/' arch=('x86_64') license=('GPL') -depends=('ncurses' 'libmpdclient' 'boost-libs') +depends=('ncurses' 'libmpdclient' 'boost-libs' 'lirc') optdepends=('python2: to enable lyrics plugin' 'ruby: to enable lyrics plugin') makedepends=('meson' 'python-sphinx' 'boost') validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') -source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig} - '691116b22355bdaac211bd66e8c90fdecd9b2077.patch') -sha256sums=('085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac' - 'SKIP' - 'ac4d8b66c240b42e2798e5b13e8b93c491e511a11c9aad43da76bfc971001492') +source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +sha256sums=('94e04a34854015aa013b43ec15b578f4541d077cf7ae5bf7c0944475673fd7a5' + 'SKIP') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" sed "s/curses == 'ncursesw'/false/g" -i meson.build - patch -p1 -i ../691116b22355bdaac211bd66e8c90fdecd9b2077.patch } build() {
