From 6caadc6625f3d3ec9c40529c50d9e3603ca19007 Mon Sep 17 00:00:00 2001 From: Rodrigo Bezerra Date: Thu, 11 Jan 2018 11:39:23 -0300 Subject: [PATCH] Update qbs.git URL --- .SRCINFO | 6 ++++-- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2a92b99..44df9da 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = qtcreator-git pkgdesc = Lightweight, cross-platform integrated development environment - pkgver = v4.4.0.beta1.r74.g42844215ca + pkgver = v4.5.0.r629.ge1ad7a1784 pkgrel = 1 url = https://www.qt.io/ide/ arch = i686 @@ -10,6 +10,8 @@ pkgbase = qtcreator-git makedepends = llvm makedepends = mesa depends = clang + depends = qt5-declarative + depends = qt5-script depends = qt5-svg depends = qt5-tools optdepends = bzr: bazaar support @@ -30,7 +32,7 @@ pkgbase = qtcreator-git conflicts = qbs options = docs source = git+https://code.qt.io/qt-creator/qt-creator.git - source = git+https://code.qt.io/qt-labs/qbs.git + source = git+https://code.qt.io/qbs/qbs.git md5sums = SKIP md5sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 6513450..0d60859 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ # Contributor: Tobias Hunger pkgname=qtcreator-git -pkgver=v4.4.0.beta1.r74.g42844215ca +pkgver=v4.5.0.r629.ge1ad7a1784 pkgrel=1 pkgdesc='Lightweight, cross-platform integrated development environment' arch=('i686' 'x86_64') @@ -32,7 +32,7 @@ optdepends=('bzr: bazaar support' provides=('qtcreator' 'qbs') conflicts=('qtcreator' 'qbs') source=('git+https://code.qt.io/qt-creator/qt-creator.git' - 'git+https://code.qt.io/qt-labs/qbs.git') + 'git+https://code.qt.io/qbs/qbs.git') md5sums=('SKIP' 'SKIP')