diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-28 11:16:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-28 11:27:30 +0000 |
commit | 4e939e86bb7d8950cf8fe32635a22799e8856461 (patch) | |
tree | 50bcb68745b2dcb98a823608af5da95cadc5c02a /community/py3-qt5 | |
parent | a2c37467b932935f1fbc3ecfe0b66cf8367d75c5 (diff) | |
download | aports-4e939e86bb7d8950cf8fe32635a22799e8856461.tar.bz2 aports-4e939e86bb7d8950cf8fe32635a22799e8856461.tar.xz |
community/py3-qt5: upgrade to 5.11.3
Diffstat (limited to 'community/py3-qt5')
-rw-r--r-- | community/py3-qt5/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py3-qt5/APKBUILD b/community/py3-qt5/APKBUILD index 73348152ed..57c7551068 100644 --- a/community/py3-qt5/APKBUILD +++ b/community/py3-qt5/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-qt5 _pkgname=PyQt5 -pkgver=5.10.1 -pkgrel=1 +pkgver=5.11.3 +pkgrel=0 pkgdesc="A set of Python 3 bindings for the Qt toolkit" url="http://riverbankcomputing.co.uk/software/pyqt/intro" arch="all" @@ -47,7 +47,7 @@ check() { package(){ cd "$builddir" - make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install + make -j1 DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install } -sha512sums="2b112edbedf47511e6c5b98e6fde52d862ac93ce456f0b6310a35b49dceea8cefdf25da6248dcfa6b3e7b09da9a346c1195fe0e34b4bcea796ff66810f10cee0 PyQt5_gpl-5.10.1.zip" +sha512sums="d261d81c08c568a331a69c1aab59818432d2d93781481f1f1f10533705a9fdbaa5bed8ada963d9165a017d4583eae6a00f9604213d40033e28d75755debfd595 PyQt5_gpl-5.11.3.zip" |