diff options
author | Thomas Penteker <tek@serverop.de> | 2015-11-14 00:25:11 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2015-11-14 00:25:11 +0100 |
commit | a462f24ea3150b23f482aa58cb44c7c2643d943e (patch) | |
tree | a05ace35432a5af6bec2506c7a1752e65e3455bd /mpd | |
parent | ad212dbd32692a0a8c1b5f2fb666f47aa3662ef8 (diff) | |
download | contrib-a462f24ea3150b23f482aa58cb44c7c2643d943e.tar.gz contrib-a462f24ea3150b23f482aa58cb44c7c2643d943e.tar.xz |
mpd: 0.19.10 -> 0.19.11
Diffstat (limited to 'mpd')
-rw-r--r-- | mpd/.md5sum | 2 | ||||
-rw-r--r-- | mpd/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mpd/.md5sum b/mpd/.md5sum index 82d551522..fe192e368 100644 --- a/mpd/.md5sum +++ b/mpd/.md5sum @@ -1 +1 @@ -da4bc3e47afd0faf9e7a67168e012102 mpd-0.19.10.tar.xz +78935f6c464b67e19b4dc65bdb80319e mpd-0.19.11.tar.xz diff --git a/mpd/Pkgfile b/mpd/Pkgfile index 68f90904b..a3ab76762 100644 --- a/mpd/Pkgfile +++ b/mpd/Pkgfile @@ -6,7 +6,7 @@ # Nice to have: faad2 flac audiofile name=mpd -version=0.19.10 +version=0.19.11 release=1 source=(http://www.musicpd.org/download/mpd/0.19/$name-$version.tar.xz) @@ -17,7 +17,7 @@ build() { --prefix=/usr \ --mandir=/usr/man \ --sysconfdir=/etc \ - --disable-soundcloud + --enable-upnp make make DESTDIR=$PKG install |