# HG changeset patch # User Pascal Bellard # Date 1372941909 0 # Node ID a16e3a6e2cefc340bd4ddd5ccac16ee93504b4be # Parent f8760003d12444d654a5cb8cc8fea065bb5579fd manaplus: fix source tarball version diff -r f8760003d124 -r a16e3a6e2cef manaplus/receipt --- a/manaplus/receipt Wed Jul 03 17:05:09 2013 +0200 +++ b/manaplus/receipt Thu Jul 04 12:45:09 2013 +0000 @@ -4,9 +4,9 @@ CATEGORY="games" SHORT_DESC="Extended client for Evol Online and The Mana World" MAINTAINER="admin@trixarian.net" -TARBALL="manaplus.tar.xz" +TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://manaplus.org/" -WGET_URL="http://download.evolonline.org/manaplus/download/$TARBALL" +WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL" BUILD_DEPENDS="curl-dev enet libxml2-dev libsdl-mixer-dev libsdl-image-dev libsdl-net-dev libsdl-ttf-dev libsdl-gfx-dev physfs-dev png-dev zlib-dev" DEPENDS="curl physfs libxml2 libsdl-mixer libsdl-image libsdl-net libsdl-ttf libpng libsdl-gfx ttf-dejavu zlib"