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

Gaetan Bisson bisson at archlinux.org
Wed Oct 22 16:53:21 UTC 2014


    Date: Wednesday, October 22, 2014 @ 18:53:21
  Author: bisson
Revision: 225188

only boost headers and icu are needed, implement FS#40649

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-22 16:16:11 UTC (rev 225187)
+++ PKGBUILD	2014-10-22 16:53:21 UTC (rev 225188)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.19.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 'faad2'
          'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 'libmpdclient'
-         'boost-libs')
+         'icu' 'libupnp')
 makedepends=('boost' 'doxygen')
 source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
         'tmpfiles.d'



More information about the arch-commits mailing list