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

Gaëtan Bisson bisson at archlinux.org
Tue Dec 24 09:26:26 UTC 2019


    Date: Tuesday, December 24, 2019 @ 09:26:25
  Author: bisson
Revision: 372204

remove obsolete optdepends

Modified:
  ncmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 05:37:35 UTC (rev 372203)
+++ PKGBUILD	2019-12-24 09:26:25 UTC (rev 372204)
@@ -6,14 +6,13 @@
 
 pkgname=ncmpc
 pkgver=0.35
-pkgrel=1
+pkgrel=2
 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')
-optdepends=('python2: to enable lyrics plugin'
-            'ruby: to enable lyrics plugin')
+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})



More information about the arch-commits mailing list