# HG changeset patch # User Christophe Lincoln # Date 1219064484 -7200 # Node ID b510cc53cd0941f8fbed895d63ec40cc6fcc21e8 # Parent 0e7a52d217af05a0d8bdbb86937cb0aca8a255bc gtkhtml2_viewer: fix WGET_URL diff -r 0e7a52d217af -r b510cc53cd09 gtkhtml2_viewer/receipt --- a/gtkhtml2_viewer/receipt Mon Aug 18 14:38:49 2008 +0200 +++ b/gtkhtml2_viewer/receipt Mon Aug 18 15:01:24 2008 +0200 @@ -8,8 +8,8 @@ DEPENDS="curl claws-mail" BUILD_DEPENDS="curl-dev claws-mail-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.claws-mail.org/downloads/plugins/$TARBALL" -WGET_URL="http://www.claws-mail.org/plugins.php?section=downloads" +WEB_SITE="http://www.claws-mail.org/plugins.php" +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" # Rules to configure and make the package. compile_rules()