Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c5bf5dce4452883a21d3916aa0e5042212b6d8e6
commit c5bf5dce4452883a21d3916aa0e5042212b6d8e6 Author: Michel Hermier <[EMAIL PROTECTED]> Date: Sun Oct 28 16:02:25 2007 +0100 Fix up2date for deluge. diff --git a/source/gnome-extra/deluge/FrugalBuild b/source/gnome-extra/deluge/FrugalBuild index f3c9d40..79d95a7 100644 --- a/source/gnome-extra/deluge/FrugalBuild +++ b/source/gnome-extra/deluge/FrugalBuild @@ -10,7 +10,7 @@ url="http://deluge-torrent.org/" depends=('pygtk' 'pyxdg' 'boost' 'notify-python' 'notification-daemon') groups=('gnome-extra') archs=('i686' 'x86_64') -up2date="lynx -dump $url/downloads | grep -m1 tar.gz | Flasttar" +up2date="lynx -dump $url/downloads-source | grep -m1 tar.gz | Flasttar" source=(http://download.deluge-torrent.org/tarball/$pkgver/$pkgname-$pkgver.tar.gz \ deluge-$pkgver-boostmt.diff) sha1sums=('edfa4d6c1da3771bcae1331b8b6d2de4ef4cd5d8' \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
