All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mpd: Fix download URL
@ 2014-06-08 20:44 Timur Aydin
  2014-06-09 13:31 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Timur Aydin @ 2014-06-08 20:44 UTC (permalink / raw)
  To: meta-arago

diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.17.1.bb
b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.17.1.bb
index 6f2a912..1bc609f 100644
--- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.17.1.bb
+++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.17.1.bb
@@ -5,10 +5,10 @@ HOMEPAGE ="http://sourceforge.net/projects/musicpd"

 DEPENDS = "alsa-lib libsamplerate0 libsndfile1 libvorbis libogg faad2
ffmpeg curl sqlite bzip2 pulseaudio"

-PR = "r4"
+PR = "r5"

 SRC_URI = " \
-    ${SOURCEFORGE_MIRROR}/musicpd/${PN}/${PV}/${PN}-${PV}.tar.bz2 \
+    http://www.musicpd.org/download/mpd/0.17/${PN}-${PV}.tar.bz2 \
     file://mpd.conf.in \
 "



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-09 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-08 20:44 [PATCH] mpd: Fix download URL Timur Aydin
2014-06-09 13:31 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.