author | Antonio Rojas
<arojas@archlinux.org> 2020-11-19 16:45:53 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-11-19 16:45:53 UTC |
parent | 4f86249f996db19754951adf41c4cbf7166c3417 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 2d7d24a..97e2090 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=qt5-doc pkgname=(qt5-doc qt5-examples) -_qtver=5.15.1 +_qtver=5.15.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=('44da876057e21e1be42de31facd99be7d5f9f07893e1ea762359bcee0ef64ee9') +sha256sums=('3a530d1b243b5dec00bc54937455471aaa3e56849d2593edb8ded07228202240') prepare() { cd ${_pkgfqn}