author | Antonio Rojas
<arojas@archlinux.org> 2018-12-05 13:04:46 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2018-12-05 13:04:46 UTC |
parent | a678be1129f92013013e4bc2bcbe4323b5767077 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 43e3f29..e9c2670 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Michael Hansen <zrax0111 gmail com> pkgname=qt5-doc -_qtver=5.11.2 +_qtver=5.12.0 pkgver=${_qtver/-/} pkgrel=1 arch=('any') @@ -16,7 +16,7 @@ makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 'libxrandr' groups=('qt' 'qt5') _pkgfqn="qt-everywhere-src-${_qtver}" source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz") -sha256sums=('c6104b840b6caee596fa9a35bc5f57f67ed5a99d6a36497b6fe66f990a53ca81') +sha256sums=('356f42d9087718f22f03d13d0c2cdfb308f91dc3cf0c6318bed33f2094cd9d6c') prepare() { cd ${_pkgfqn}