author | Antonio Rojas
<arojas@archlinux.org> 2019-02-01 22:28:54 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-02-01 22:28:54 UTC |
parent | 90ecf9ca15747fc5d8b99139d364c573edffa7dc |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 2cf983a..2ea9dc4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,9 +2,9 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=qt5-wayland -_qtver=5.12.0 +_qtver=5.12.1 pkgver=${_qtver/-/} -pkgrel=3 +pkgrel=1 arch=('x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -13,7 +13,7 @@ depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland is groups=('qt' 'qt5') _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7') +sha256sums=('88f0507628b3697b0d59349d27b5e60a313a3138927722d6cf981089fff02553') prepare() { mkdir -p build