mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qtcreator to 3.1.0beta1-1
This commit is contained in:
parent
f00cfcadcb
commit
67b821e8ef
1 changed files with 4 additions and 4 deletions
|
@ -10,9 +10,9 @@
|
|||
# - patch to upgrade included botan version so it builds on ARM
|
||||
|
||||
pkgname=qtcreator
|
||||
pkgver=3.0.1.git
|
||||
_pkgver=3.0
|
||||
pkgrel=2
|
||||
pkgver=3.1.0beta1
|
||||
_pkgver=v3.1.0-beta1
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org'
|
||||
|
@ -29,7 +29,7 @@ optdepends=('qt5-doc: for the integrated Qt documentation'
|
|||
'bzr: for bazaar support'
|
||||
'valgrind: for analyze support')
|
||||
install=qtcreator.install
|
||||
source=("git://gitorious.org/qt-creator/qt-creator.git#branch=${_pkgver}"
|
||||
source=("git://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}"
|
||||
"git://gitorious.org/qt-labs/qbs.git"
|
||||
'qtcreator.desktop'
|
||||
'botan-upgrade.patch')
|
||||
|
|
Loading…
Reference in a new issue