summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Hunger2016-03-28 11:34:50 +0200
committerTobias Hunger2016-03-28 11:34:50 +0200
commite34141a5f23d8547e18b05a0b25aa83e0bc5cfa2 (patch)
tree759d1fba9ae07094c7cb73bd69d87f5535252fd9
parentaf1465820913a0248acdaf5791532c96bcd474fe (diff)
downloadaur-e34141a5f23d8547e18b05a0b25aa83e0bc5cfa2.tar.gz
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.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b4e1e49fb21..1828d6196b20 100644
--- a/PKGBUILD
+++ b/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'