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