author | Antonio Rojas
<arojas@archlinux.org> 2018-02-13 14:00:56 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2018-02-13 14:00:56 UTC |
parent | e0bbbe73ddb2391c69f27e97cc0447b941a50111 |
PKGBUILD | +3 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index f3fa2d4..dbb0026 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,9 +3,9 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=qt5-wayland -_qtver=5.10.0 +_qtver=5.10.1 pkgver=${_qtver/-/} -pkgrel=3 +pkgrel=1 arch=('x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -14,17 +14,14 @@ depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland is groups=('qt' 'qt5') _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}" source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" - qtbug-65553.patch::"https://github.com/qt/qtwayland/commit/bf09c7a1.patch" qtwayland-key-compose.patch::"https://github.com/qt/qtwayland/commit/57c4af2b.patch") -sha256sums=('5657f9656c95f83880f92e7697a1c13c9739bf4d0bfd867e711fff7c84004b93' - 'e2437aa2bca824396cf1df6c4a4f311b59ff1a823886a5d00fb687cb9553fba7' +sha256sums=('f5a7643a5ebcdc50d02b293191e675f387f67dc360c27bf6f94345372fba6356' '401debccda18236869d601883e1ea9c0d0a541ea12656e43ef9e7d53b835dd92') prepare() { mkdir -p build cd $_pkgfqn - patch -p1 -i ../qtbug-65553.patch # Fix frequent crashes in Plasma Wayland patch -p1 -i ../qtwayland-key-compose.patch # Backport key composition support }