diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-09-20 01:47:08 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-09-20 01:47:08 (GMT) |
commit | cd87beb4803b6c977d2ef7c3668e147d7a45d7cd (patch) | |
tree | 26782b53b14bbb13d298043b7b575c862a61853b /abs/extra-testing/community | |
parent | 54c1519c2b81b3fb95d4534ba4a2232e1f10eac2 (diff) | |
download | linhes_pkgbuild-cd87beb4803b6c977d2ef7c3668e147d7a45d7cd.zip linhes_pkgbuild-cd87beb4803b6c977d2ef7c3668e147d7a45d7cd.tar.gz linhes_pkgbuild-cd87beb4803b6c977d2ef7c3668e147d7a45d7cd.tar.bz2 |
mpd: upgrade to 15.3
Diffstat (limited to 'abs/extra-testing/community')
-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} |