# HG changeset patch # User Pascal Bellard # Date 1274286997 -7200 # Node ID 82243e9025985f2a9adbff092b74cc9eec462907 # Parent a967653480c1ea593ce46b15a3b288ade357e65d pekwm: fix wget_url diff -r a967653480c1 -r 82243e902598 pekwm/receipt --- a/pekwm/receipt Wed May 19 19:46:09 2010 +0000 +++ b/pekwm/receipt Wed May 19 18:36:37 2010 +0200 @@ -8,9 +8,9 @@ DEPENDS="xorg-libX11 xorg-libXinerama xorg-libXft xorg-libXrandr xorg-libXpm" BUILD_DEPENDS="xorg-dev xorg-dev-proto zlib-dev" SUGGESTED="hsetroot tint2 lxpanel wbar xorg-xprop xorg-xev xdotool wmctrl" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.pekwm.org/projects/3/files" -WGET_URL="$WEB_SITE/$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.pekwm.org/projects/pekwm" +WGET_URL="$WEB_SITE/files/$TARBALL" # Rules to configure and make the package. compile_rules()