diff options
author | root <root@rshg054.dnsready.net> | 2011-12-07 23:14:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-07 23:14:52 +0000 |
commit | 6f9a9504db6338f0c35c4ca70bad42965b74791a (patch) | |
tree | 8cd9006f99ed08350063a734502b77e1d0ee7db4 /extra/mpd | |
parent | 8736f458a17a03cf79a763a0c8122f93162fed71 (diff) |
Wed Dec 7 23:14:52 UTC 2011
Diffstat (limited to 'extra/mpd')
-rw-r--r-- | extra/mpd/ChangeLog | 3 | ||||
-rw-r--r-- | extra/mpd/PKGBUILD | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/extra/mpd/ChangeLog b/extra/mpd/ChangeLog index 40ba5e4e7..b22d95f8d 100644 --- a/extra/mpd/ChangeLog +++ b/extra/mpd/ChangeLog @@ -1,3 +1,6 @@ +2011-12-05 Angel Velasquez <angvp@archlinux.org> + * Version bump to 0.16.6 + 2011-09-03 Angel Velasquez <angvp@archlinux.org> * Version bump to 0.16.4 * Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included upstream diff --git a/extra/mpd/PKGBUILD b/extra/mpd/PKGBUILD index 77b1cecc4..4710dcecb 100644 --- a/extra/mpd/PKGBUILD +++ b/extra/mpd/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 142638 2011-11-12 17:15:35Z ibiru $ +# $Id: PKGBUILD 144459 2011-12-06 06:52:26Z angvp $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Damir Perisa <damir.perisa@bluewin.ch> # Contributor: Ben <ben@benmazer.net> pkgname=mpd -pkgver=0.16.5 -pkgrel=2 +pkgver=0.16.6 +pkgrel=1 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files" arch=('i686' 'x86_64') license=('GPL') @@ -19,7 +19,7 @@ install=${pkgname}.install changelog=ChangeLog source=("http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2" 'mpd') -md5sums=('f7564cff12035f6a1112cce770655df7' +md5sums=('5489dd327fba12c67f01558d2cfa6d57' 'e5669c2bff4031928531e52475addeb1') build() { |