mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/qtcreator to 3.3.0-1
This commit is contained in:
parent
16dfe41cf2
commit
d043473430
1 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@
|
|||
# - drop valgrind optdepend
|
||||
|
||||
pkgname=qtcreator
|
||||
pkgver=3.2.2
|
||||
_pkgver=v3.2.2
|
||||
pkgver=3.3.0
|
||||
_pkgver=v3.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -30,8 +30,8 @@ optdepends=('qt5-doc: for the integrated Qt documentation'
|
|||
'bzr: for bazaar support'
|
||||
'clang: Clang code model')
|
||||
install=qtcreator.install
|
||||
source=("git://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}"
|
||||
"git://gitorious.org/qt-labs/qbs.git"
|
||||
source=("git+https://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}"
|
||||
"git+https://gitorious.org/qt-labs/qbs.git"
|
||||
'qtcreator.desktop')
|
||||
md5sums=('SKIP'
|
||||
'SKIP'
|
||||
|
|
Loading…
Reference in a new issue