diff -r 368918002846 -r b4cadeffabe4 Makefile --- a/Makefile Mon Oct 31 10:48:02 2016 +0300 +++ b/Makefile Mon Oct 31 11:11:50 2016 +0300 @@ -194,9 +194,10 @@ cp -R $(tmp)/simplejson-2.2.1/simplejson/ $(pysite) # WxGlade - $(call get_src_http,https://bitbucket.org/agriggio/wxglade/get,b0247325407e.zip)\ + + $(call get_src_http,https://bitbucket.org/wxglade/wxglade/get,034d891cc947.zip)\ unzip -d $(tmp) $$dld - mv $(tmp)/agriggio-wxglade-b0247325407e $(pysite)/wxglade + mv $(tmp)/wxglade-wxglade-034d891cc947 $(pysite)/wxglade # Pyro $(call get_src_pypi,source/P/Pyro,Pyro-3.9.1.tar.gz)\