author | Antonio Rojas
<arojas@archlinux.org> 2019-10-31 08:40:32 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-10-31 08:40:32 UTC |
parent | 1f0beca034687df61e576e1e76db93e7c5c76cf2 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 3720d55..64f4750 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=qt5-doc pkgname=(qt5-doc qt5-examples) -_qtver=5.13.1 +_qtver=5.13.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=('adf00266dc38352a166a9739f1a24a1e36f1be9c04bf72e16e142a256436974e') +sha256sums=('55e8273536be41f4f63064a79e552a22133848bb419400b6fa8e9fc0dc05de08') prepare() { cd ${_pkgfqn}