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

Xyne xyne at archlinux.org
Sun Jul 20 04:16:14 UTC 2014


    Date: Sunday, July 20, 2014 @ 06:16:14
  Author: xyne
Revision: 116014

upgpkg: cmus 2.5.1-2

FS#41248: added libcue support

Modified:
  cmus/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-20 03:57:49 UTC (rev 116013)
+++ PKGBUILD	2014-07-20 04:16:14 UTC (rev 116014)
@@ -6,15 +6,26 @@
 
 pkgname=cmus
 pkgver=2.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Very feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url="https://cmus.github.io/"
 license=('GPL')
-depends=('ncurses')
+depends=('ncurses' 'libcue')
 makedepends=(
-  'faad2' 'ffmpeg' 'flac' 'libao' 'libmad' 'libmodplug' 'libcdio-paranoia'
-  'libmp4v2' 'libmpcdec' 'libpulse' 'libvorbis' 'opusfile' 'wavpack'
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
 )
 optdepends=('alsa-lib: for ALSA output plugin support'
             'libao: for AO output plugin support'




More information about the arch-commits mailing list