diff options
Diffstat (limited to 'mpd/Pkgfile')
-rw-r--r-- | mpd/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mpd/Pkgfile b/mpd/Pkgfile index 08578f400..c386e01a5 100644 --- a/mpd/Pkgfile +++ b/mpd/Pkgfile @@ -3,12 +3,12 @@ # Maintainer: Thomas Penteker, tek at serverop dot de # Packager: Mark Rosenstand, mark at borkware dot net # Depends on: libmad libvorbis libid3tag glib -# Nice to have: faad2 flac audiofile +# Nice to have: faad2 flac audiofile boost name=mpd -version=0.19.17 +version=0.20.1 release=1 -source=(http://www.musicpd.org/download/mpd/0.19/$name-$version.tar.xz mpd) +source=(http://www.musicpd.org/download/mpd/0.20/$name-$version.tar.xz mpd) build() { cd $name-$version |