git » qt5-doc.git » commit 1f0beca

Qt 5.13.1

author Antonio Rojas
2019-09-05 08:51:27 UTC
committer Antonio Rojas
2019-09-05 08:51:27 UTC
parent b7a6e4ddea82db90fc11cbec715acec73025b22e

Qt 5.13.1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index ea1bf7a..3720d55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgbase=qt5-doc
 pkgname=(qt5-doc qt5-examples)
-_qtver=5.13.0
+_qtver=5.13.1
 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=('2cba31e410e169bd5cdae159f839640e672532a4687ea0f265f686421e0e86d6')
+sha256sums=('adf00266dc38352a166a9739f1a24a1e36f1be9c04bf72e16e142a256436974e')
 
 prepare() {
   cd ${_pkgfqn}