git » qt5-base.git » commit edfb36d

Qt 5.6.0

author Antonio Rojas
2016-03-16 13:01:21 UTC
committer Antonio Rojas
2016-03-16 13:01:21 UTC
parent 58e2ae8adf9f81193e89e56e60b873996da992b0

Qt 5.6.0

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 5cb886b..251f7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=qt5-base
-_qtver=5.6.0-rc
+_qtver=5.6.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -25,8 +25,8 @@ optdepends=('qt5-svg: to use SVG icon themes'
 conflicts=('qt')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" qt5-alsa1.11.patch)
-md5sums=('82e5bd59946630ec36ab357f1779f411'
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" qt5-alsa1.11.patch)
+md5sums=('d6b6cfd333c22829c6c85fc52ceed019'
          '5e96b5cfa248b8b071919adb27abc715')
 
 prepare() {