git » qt5-doc.git » commit a91f2f0

Qt 5.14.2

author Antonio Rojas
2020-03-31 10:09:14 UTC
committer Antonio Rojas
2020-03-31 10:09:14 UTC
parent 3a6d5b54f7fc4293b3d4a3be1e92a1b4735b74f0

Qt 5.14.2

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index ee7fcfb..8c16466 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgbase=qt5-doc
 pkgname=(qt5-doc qt5-examples)
-_qtver=5.14.1
+_qtver=5.14.2
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('any')
@@ -15,7 +15,7 @@ makedepends=('qt5-tools' 'python2' 'python' 'pciutils' 'libxtst' 'libxcursor' 'l
 groups=('qt' 'qt5')
 _pkgfqn="qt-everywhere-src-${_qtver}"
 source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz")
-sha256sums=('6f17f488f512b39c2feb57d83a5e0a13dcef32999bea2e2a8f832f54a29badb8')
+sha256sums=('c6fcd53c744df89e7d3223c02838a33309bd1c291fcb6f9341505fe99f7f19fa')
 
 prepare() {
   cd ${_pkgfqn}