summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/extra-testing/community/mpd/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra-testing/community/mpd/PKGBUILD b/abs/extra-testing/community/mpd/PKGBUILD
index 240a5f8..75a79ee 100644
--- a/abs/extra-testing/community/mpd/PKGBUILD
+++ b/abs/extra-testing/community/mpd/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Ben <ben@benmazer.net>
pkgname=mpd
-pkgver=0.14.2
+pkgver=0.15.3
pkgrel=1
pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
arch=('i686' 'x86_64')
@@ -15,7 +15,8 @@ depends=('libid3tag' 'libmad' 'flac>=1.1.3' 'audiofile' 'faad2>=2.6' 'libmikmod'
install=mpd.install
source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.gz
'mpd')
-md5sums=('64177135f64aca555887ba378de8cdfb' 'b1fd15de359db08e4b9ae4b199640f0e')
+md5sums=('43e854e7f46ac87bb1f1a7247ae4b902'
+ 'b1fd15de359db08e4b9ae4b199640f0e')
build() {
cd ${srcdir}/${pkgname}-${pkgver}