author | Antonio Rojas
<arojas@archlinux.org> 2019-12-12 09:35:13 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-12-12 09:35:13 UTC |
parent | 89f9eadee7943619af29b67d05cddc5d38851daa |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 64f4750..371128a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=qt5-doc pkgname=(qt5-doc qt5-examples) -_qtver=5.13.2 +_qtver=5.14.0 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=('55e8273536be41f4f63064a79e552a22133848bb419400b6fa8e9fc0dc05de08') +sha256sums=('be9a77cd4e1f9d70b58621d0753be19ea498e6b0da0398753e5038426f76a8ba') prepare() { cd ${_pkgfqn}