git » qt5-networkauth.git » commit 972df72

Qt 5.10.1

author Antonio Rojas
2018-02-13 14:00:56 UTC
committer Antonio Rojas
2018-02-13 14:00:56 UTC
parent bf4454069edf1b5d92e1072378957acb0afbdb25

Qt 5.10.1

PKGBUILD +4 -9

diff --git a/PKGBUILD b/PKGBUILD
index c517980..db17b48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
 
 pkgname=qt5-networkauth
-_qtver=5.10.0
+_qtver=5.10.1
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=(x86_64)
 url='http://qt-project.org/'
 license=(GPL3 LGPL3 FDL custom)
@@ -12,16 +12,11 @@ pkgdesc='Network authentication module'
 depends=(qt5-base)
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
-        qtbug-65422.patch::"https://github.com/qt/qtnetworkauth/commit/f6aedc74.patch")
-sha256sums=('ecdafbe8fabce386f1aab2bcf6a0d9fd6a1a9083b1554645bc45267f7188d8d2'
-            'fa69959a5c32b10f13bf0212def7470ffd9af5a1dc166da55e3b4746d5dc76bc')
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('97231c319bd623d81eebaa1b5cdba4064bc4e69332c695a15cf8792b54b5dcdc')
 
 prepare() {
   mkdir -p build
-
-  cd ${_pkgfqn}
-  patch -p1 -i ../qtbug-65422.patch # Fix QOauth1 tokenSecret return value
 }
 
 build() {