# HG changeset patch # User Aleksej Bobylev # Date 1405620943 -10800 # Node ID 952382c025ded1137f603c4c02015a4236bd4abe # Parent 5f7a1aa9537a69a770b3c93c639e5ceb62bd08a4 thermald: fix wget url. diff -r 5f7a1aa9537a -r 952382c025de thermald/receipt --- a/thermald/receipt Thu Jul 17 20:58:52 2014 +0300 +++ b/thermald/receipt Thu Jul 17 21:15:43 2014 +0300 @@ -6,9 +6,9 @@ LICENSE="GPL2" SHORT_DESC="Linux thermal daemon (thermald) monitors and controls temperature." MAINTAINER="yuripourre@gmail.com" -TARBALL="v$VERSION.tar.xz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://01.org/linux-thermal-daemon" -WGET_URL="https://github.com/01org/thermal_daemon/archive/$TARBALL" +WGET_URL="https://github.com/01org/thermal_daemon/archive/v$VERSION.tar.gz" DEPENDS="dbus dbus-glib" BUILD_DEPENDS="dbus-dev dbus-glib-dev libxml2 wget automake"