diff options
author | root <root@rshg054.dnsready.net> | 2011-09-05 23:14:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-05 23:14:38 +0000 |
commit | e05f52e52ba779f4b0ebb5463dba9fc74f67f0b8 (patch) | |
tree | 426be7e1703e9b4aaec588af1dcec4ae24fe161e /extra/mpd/PKGBUILD | |
parent | f651180e6b1ac9508ec0d1d9b94972de776020a9 (diff) |
Mon Sep 5 23:14:38 UTC 2011
Diffstat (limited to 'extra/mpd/PKGBUILD')
-rw-r--r-- | extra/mpd/PKGBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/extra/mpd/PKGBUILD b/extra/mpd/PKGBUILD index 046904a22..fcfe8d4a2 100644 --- a/extra/mpd/PKGBUILD +++ b/extra/mpd/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 128638 2011-06-25 09:54:26Z angvp $ +# $Id: PKGBUILD 136986 2011-09-04 17:03:38Z 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.3 -pkgrel=2 +pkgver=0.16.4 +pkgrel=1 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files" arch=('i686' 'x86_64') license=('GPL') @@ -18,11 +18,9 @@ makedepends=('pkgconfig' 'doxygen') install=${pkgname}.install changelog=ChangeLog source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2" - 'mpd' - 'mpd-0.16.3_ffmpeg_sigsegv.patch') -md5sums=('6e708c02b0e8c288aec855eecf441a5a' - 'e5669c2bff4031928531e52475addeb1' - '9a730957e213c62339e9335971e4b85e') +'mpd') +md5sums=('ddac46eb7d976c5cc6f9bac9e4e100f1' + 'e5669c2bff4031928531e52475addeb1') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -35,7 +33,6 @@ build() { --disable-libwrap \ --disable-cue \ --disable-sidplay - patch -Np1 -i $srcdir/mpd-0.16.3_ffmpeg_sigsegv.patch make } |