diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template index fba83c5d61..e0609856de 100644 --- a/srcpkgs/wxPython4/template +++ b/srcpkgs/wxPython4/template @@ -1,8 +1,8 @@ # Template file for 'wxPython4' pkgname=wxPython4 -version=4.0.3 +version=4.0.4 revision=1 -wrksrc="${pkgname//4/}-${version}" +wrksrc="wxPython-${version}" build_style=python3-module pycompile_module="wx" make_build_args="--skip-build" @@ -15,8 +15,8 @@ short_desc="WxWidgets GUI toolkit library (Python3 Bindings)" maintainer="Jasper Chan " license="wxWindows" homepage="http://www.wxpython.org/" -distfiles="${PYPI_SITE}/w/${pkgname//4/}/${pkgname//4}-${version}.tar.gz" -checksum=8d0dfc0146c24749ce00d575e35cc2826372e809d5bc4a57bde6c89031b59e75 +distfiles="${PYPI_SITE}/w/wxPython/wxPython-${version}.tar.gz" +checksum=0d9ef4260cb2f3e23ed9dcf6baa905ba585ac7d631613cddc299c4c83463ae29 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" python3" diff --git a/srcpkgs/wxPython4/update b/srcpkgs/wxPython4/update new file mode 100644 index 0000000000..1527342250 --- /dev/null +++ b/srcpkgs/wxPython4/update @@ -0,0 +1 @@ +pkgname=wxPython