Date: Sunday, June 2, 2019 @ 14:08:25 Author: foxboron Revision: 476612
upgpkg: python-wxpython 4.0.6-1 Modified: python-wxpython/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-02 13:50:22 UTC (rev 476611) +++ PKGBUILD 2019-06-02 14:08:25 UTC (rev 476612) @@ -3,8 +3,8 @@ pkgname=python-wxpython _pkgname=wxPython -pkgver=4.0.5 -pkgrel=3 +pkgver=4.0.6 +pkgrel=1 pkgdesc='Cross-platform GUI toolkit' arch=('x86_64') license=('custom:wxWindows') @@ -14,7 +14,7 @@ makedepends=('mesa' 'glu' 'webkit2gtk' 'python-pathlib2' 'python-requests' 'python-setuptools') checkdepends=('xorg-server-xvfb' 'python-pytest' 'python-numpy') source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-$pkgver.tar.gz") -sha512sums=('9ae419b243da061b467428872d36d6e996c23844ffd040b525014dae0821b8507911854af89056680aaf7207755ded79ce51322a4582c14e11aff5fbdf2f8ed8') +sha512sums=('bfe799e1a0987cb57f2e31199cdb522471aaa08bb3b642fdf4130f4219b81487d4b6252f7a8afd3af7cdaeef2e992cecfc581e97d8b42307a4e0a8c9009db301') prepare() { sed -i "s|WX_CONFIG = 'wx-config'|WX_CONFIG = 'wx-config-gtk3'|" $_pkgname-$pkgver/build.py