qtcreator: update to 4.2.0

This commit is contained in:
Jeff Huang 2016-12-15 01:28:46 +00:00
parent 42246662ea
commit 9f8069e0c6

View File

@ -1,13 +1,13 @@
pkgname=qtcreator pkgname=qtcreator
pkgver=4.1.0 pkgver=4.2.0
_pkgver=4.1 _pkgver=4.2
pkgrel=1 pkgrel=1
pkgdesc='Lightweight, cross-platform integrated development environment' pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('x86_64') arch=('x86_64')
url='http://qt-project.org' url='https://www.qt.io'
license=('LGPL') license=('LGPL')
depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 'qt5-webkit' 'gnutls' 'qbs') depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 'qt5-webkit' 'gnutls' 'qbs')
makedepends=('git' 'mesa' 'clang') makedepends=('git' 'mesa' 'llvm' 'clang')
options=('docs') options=('docs')
optdepends=('qt5-doc: for the integrated Qt documentation' optdepends=('qt5-doc: for the integrated Qt documentation'
'qt5-examples: welcome page examples' 'qt5-examples: welcome page examples'
@ -22,7 +22,7 @@ optdepends=('qt5-doc: for the integrated Qt documentation'
install=${pkgname}.install install=${pkgname}.install
source=("http://download.qt.io/official_releases/${pkgname}/${_pkgver}/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.gz" source=("http://download.qt.io/official_releases/${pkgname}/${_pkgver}/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.gz"
'qtcreator.desktop') 'qtcreator.desktop')
md5sums=('657727e4209befa4bf5889dff62d9e0a' md5sums=('bb824a341888f0652598456fb15a16e0'
'5aa242e0262fa22f75c3b59d3a4ec198') '5aa242e0262fa22f75c3b59d3a4ec198')
prepare() { prepare() {