aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-09-18 18:12:03 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-09-21 01:17:50 +0000
commit4ec212f4f7e6448c3a46d1012d0a16a20e69e716 (patch)
treed9540e799519651e0048a80371d9604a2022bf49
parent918ce4135f84acdcd36f2aaf6b63ec3d7394d35a (diff)
community/py3-qt5: upgrade to 5.15.1
-rw-r--r--community/py3-qt5/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-qt5/APKBUILD b/community/py3-qt5/APKBUILD
index e93524c062d..f3f9cc86ef1 100644
--- a/community/py3-qt5/APKBUILD
+++ b/community/py3-qt5/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-qt5
-pkgver=5.15.0
-pkgrel=1
+pkgver=5.15.1
+pkgrel=0
pkgdesc="A set of Python 3 bindings for the Qt toolkit"
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
arch="all !armhf" # armhf blocked by qt5-qtdeclarative
@@ -41,4 +41,4 @@ package() {
make -j1 DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install
}
-sha512sums="35bcfef4d7ccfee04c1c4409d2af3d862f1e8e46d6ce743bfcfbaf43d2046bc58317824b0840f3db460ad280d1b7e896812268b36225198e916a1d9ea86823a9 PyQt5-5.15.0.tar.gz"
+sha512sums="a7378dd53337c58f5ba7e9f7510b57fe4affe578b68975ce1dd7ba5c2a1c77d08d51d11078ce782aab09509df934eb3e4d0588de87391f74ad99f9624644cc4e PyQt5-5.15.1.tar.gz"