git » qt5-wayland.git » commit 3ab6fbe

Qt 5.7.1

author Antonio Rojas
2016-12-14 10:16:02 UTC
committer Antonio Rojas
2016-12-14 10:16:02 UTC
parent 280c6fa9ab03e11ef6658454b13bac73744f561f

Qt 5.7.1

PKGBUILD +4 -10

diff --git a/PKGBUILD b/PKGBUILD
index fc5482c..9de303d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=qt5-wayland
-_qtver=5.7.0
+_qtver=5.7.1
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -13,17 +13,11 @@ pkgdesc='Provides APIs for Wayland'
 depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland is needed for nvidia-libgl users
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
-        qtbug-53945.patch::"https://github.com/qtproject/qtwayland/commit/75294be3.patch")
-md5sums=('2d2543a2564ee1b5db9f25dca9cc2e3b'
-         '887f656b651e230169ce02753f14d746')
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('2fab8874622f8b89be4bc91780a43fad')
 
 prepare() {
   mkdir -p build
-
-  cd ${_pkgfqn}
-# Fix out-of-tree build
-  patch -p1 -i ../qtbug-53945.patch
 }
 
 build() {