author | Antonio Rojas
<arojas@archlinux.org> 2020-05-26 08:39:20 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-05-26 08:39:20 UTC |
parent | a91f2f0b410169a68d838c5416fbab2c8be00199 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 8c16466..ea102fd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=qt5-doc pkgname=(qt5-doc qt5-examples) -_qtver=5.14.2 +_qtver=5.15.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=('c6fcd53c744df89e7d3223c02838a33309bd1c291fcb6f9341505fe99f7f19fa') +sha256sums=('22b63d7a7a45183865cc4141124f12b673e7a17b1fe2b91e433f6547c5d548c3') prepare() { cd ${_pkgfqn}