Refresh dependencies

Remove qt5-quick1 as Qt Creator has transisitioned to Qt Quick 2 a
long time ago. The latter is a dependency of qt5-quickcontrols, so
there is no need to list it explicitly.
This commit is contained in:
Tobias Hunger
2016-03-28 11:34:50 +02:00
parent af14658209
commit e34141a5f2

View File

@@ -8,13 +8,13 @@
# Contributor: Tobias Hunger <tobias dot hunger at gmail dot com> # Contributor: Tobias Hunger <tobias dot hunger at gmail dot com>
pkgname=qtcreator-git pkgname=qtcreator-git
pkgver=v3.6.0.r1692.g6ca2bb3 pkgver=v4.0.0.beta1.r31.g0a89b89
pkgrel=1 pkgrel=1
pkgdesc='Lightweight, cross-platform integrated development environment' pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='http://wiki.qt.io/Category:Tools::QtCreator' url='http://wiki.qt.io/Category:Tools::QtCreator'
license=('GPL') license=('GPL')
depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols' 'qt5-svg') depends=('qt5-tools' 'qt5-quickcontrols' 'qt5-svg')
makedepends=('git' 'mesa' 'clang') makedepends=('git' 'mesa' 'clang')
options=('docs') options=('docs')
optdepends=('qt5-doc: for the integrated Qt documentation' optdepends=('qt5-doc: for the integrated Qt documentation'