From e34141a5f23d8547e18b05a0b25aa83e0bc5cfa2 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 28 Mar 2016 11:34:50 +0200 Subject: [PATCH] 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. --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 7b4e1e4..1828d61 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,13 +8,13 @@ # Contributor: Tobias Hunger 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'