Date: Sunday, August 30, 2020 @ 08:02:17 Author: arojas Revision: 394912
Update to 0.39, update dependencies Modified: ncmpc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-30 07:46:58 UTC (rev 394911) +++ PKGBUILD 2020-08-30 08:02:17 UTC (rev 394912) @@ -5,18 +5,18 @@ # Contributor: Daniel Bainton <dpb [at] backarrow.org> pkgname=ncmpc -pkgver=0.38 +pkgver=0.39 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' 'lirc') +depends=('ncurses' 'libmpdclient' 'pcre' 'lirc') optdepends=('ruby: for lyrics plugin') makedepends=('meson' 'python-sphinx' 'boost') validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha256sums=('2bc1aa38aacd23131895cd9aa3abd9d1ca5700857034d9f35209e13e061e27a2' +sha256sums=('64ebe320c2fbe4dfbff4461ceae730001841d06d48c4882d69f320912a0f11a8' 'SKIP') prepare() {
