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

Eric Belanger eric at archlinux.org
Sun Jul 20 05:13:27 UTC 2008


    Date: Sunday, July 20, 2008 @ 01:13:27
  Author: eric
Revision: 5677

upgpkg: mpd 0.13.2-1
    upstream update, rebuilt against faad2 2.6.1

Modified:
  mpd/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-20 05:11:16 UTC (rev 5676)
+++ PKGBUILD	2008-07-20 05:13:27 UTC (rev 5677)
@@ -3,17 +3,19 @@
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=mpd
-pkgver=0.13.1
-pkgrel=2
+pkgver=0.13.2
+pkgrel=1
 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
 arch=('i686' 'x86_64')
 license=("GPL")
 url="http://musicpd.org"
-depends=('libid3tag' 'libmad' 'flac>=1.1.3' 'audiofile' 'faad2>=2.5' 'libmikmod'
+depends=('libid3tag' 'libmad' 'flac>=1.1.3' 'audiofile' 'faad2>=2.6.1' 'libmikmod'
          'alsa-lib' 'libshout' 'libmpcdec>=1.2.5' 'libsamplerate' 'libao')
 install=mpd.install
 source=(http://musicpd.org/uploads/files/mpd-${pkgver}.tar.gz
         mpd mpd.conf.example)
+md5sums=('33d0c7b08e2c9e2a6ad55703cb0d18d0' 'b1fd15de359db08e4b9ae4b199640f0e'\
+         'b3e370377d39d17427c50f04a0cdea6e')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -27,6 +29,3 @@
   mkdir -p ${startdir}/pkg/var/log/mpd
   mkdir -p ${startdir}/pkg/var/run/mpd
 }
-md5sums=('3079a76b7ce048d89e2f644b578cd4fe'
-         'b1fd15de359db08e4b9ae4b199640f0e'
-         'b3e370377d39d17427c50f04a0cdea6e')





More information about the arch-commits mailing list