diff options
-rw-r--r-- | community/py3-qt5/APKBUILD (renamed from testing/py3-qt5/APKBUILD) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/py3-qt5/APKBUILD b/community/py3-qt5/APKBUILD index 1593145fe0..775b79abd0 100644 --- a/testing/py3-qt5/APKBUILD +++ b/community/py3-qt5/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-qt5 _pkgname=PyQt -pkgver=5.6 -pkgrel=1 +pkgver=5.7 +pkgrel=0 pkgdesc="A set of Python 3 bindings for the Qt toolkit" url="http://riverbankcomputing.co.uk/software/pyqt/intro" arch="all" @@ -32,6 +32,6 @@ package(){ make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install || return 1 } -md5sums="916e79bacda1799f8db7bc034043e450 PyQt5_gpl-5.6.zip" -sha256sums="792125d162d5e9222df1adbbfbaee3a929204d5598e97690be8d8af9e88d9849 PyQt5_gpl-5.6.zip" -sha512sums="86befc7505e12784a2b2fe3d48c98ef1a90c6ae8d0cb5d8f494dbc183b1e64d0e4acace2191d205408c070dc418a81a43e9666ffe9e734a822b205cdc883ee8c PyQt5_gpl-5.6.zip" +md5sums="43568c2798db2d18a040fd215fcba2f6 PyQt5_gpl-5.7.zip" +sha256sums="1607a90af2c2e944e2aebc7ba4a7ec9c327ec78afbaf3a5eab2b6c65cd81d1e5 PyQt5_gpl-5.7.zip" +sha512sums="2f5978e6182f517711b2d37b4ac45e5460fbbc8706a3a07510c82cf9d1d8d18ac1588b492dceed0b5b37aee6dfc4e4aeed736531d885e583401ac89e1f1fbd93 PyQt5_gpl-5.7.zip" |