author | Antonio Rojas
<arojas@archlinux.org> 2016-03-16 13:01:21 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-03-16 13:01:21 UTC |
parent | cae209000e9a5042173bd3b82cee01f10b717181 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 3c669c4..e44d9bb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=qt5-connectivity -_qtver=5.6.0-rc +_qtver=5.6.0 pkgver=${_qtver/-/} pkgrel=1 arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ optdepends=('qt5-declarative: QML bindings') 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") -md5sums=('16a7ed3cc0fc77465cae23be091930b3') +source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") +md5sums=('38589e8f50dbf835db4fdb5da32a7114') prepare() { mkdir -p build