# HG changeset patch # User Pascal Bellard # Date 1406024425 -7200 # Node ID a37b86ced53b6e42eaff4191ee568cfefc285116 # Parent ca7fbeaed3109d1dcef08607073ed37a22e062db xterm: fix wget_url (need version/tag in url) diff -r ca7fbeaed310 -r a37b86ced53b xterm/receipt --- a/xterm/receipt Tue Jul 22 12:09:34 2014 +0200 +++ b/xterm/receipt Tue Jul 22 12:20:25 2014 +0200 @@ -8,7 +8,7 @@ LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://invisible-island.net/xterm/" -WGET_URL="http://invisible-island.net/datafiles/release/$PACKAGE.tar.gz" +WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="expat fontconfig freetype ncurses xorg-libXft xorg-libXt xorg-libXaw"