diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-25 08:18:58 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-25 08:18:58 (GMT) |
commit | 6c84e4cc0d8da7e0f695bc86a840f69a9b187c0c (patch) | |
tree | e51e17348aed3a8a6e886f1154d748ac9a47ec7f | |
parent | 17d3f58dee6c759b639450bf641ea770a21edf75 (diff) | |
parent | cd87beb4803b6c977d2ef7c3668e147d7a45d7cd (diff) | |
download | linhes_pkgbuild-6c84e4cc0d8da7e0f695bc86a840f69a9b187c0c.zip linhes_pkgbuild-6c84e4cc0d8da7e0f695bc86a840f69a9b187c0c.tar.gz linhes_pkgbuild-6c84e4cc0d8da7e0f695bc86a840f69a9b187c0c.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
-rw-r--r-- | abs/extra-testing/community/mpd/PKGBUILD | 5 |
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} |