mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qtcreator: drop valgrind optdepend
This commit is contained in:
parent
0c4e94ac01
commit
97b4b02774
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - depend on botan, configure with USE_SYSTEM_BOTAN=1
|
||||
# - drop valgrind optdepend
|
||||
|
||||
pkgname=qtcreator
|
||||
pkgver=3.2.1.git1
|
||||
|
@ -27,8 +28,7 @@ optdepends=('qt5-doc: for the integrated Qt documentation'
|
|||
'git: for git support'
|
||||
'mercurial: for mercurial support'
|
||||
'bzr: for bazaar support'
|
||||
'clang: Clang code model'
|
||||
'valgrind: for analyze support')
|
||||
'clang: Clang code model')
|
||||
install=qtcreator.install
|
||||
source=("git://gitorious.org/qt-creator/qt-creator.git#commit=9d3ed02"
|
||||
"git://gitorious.org/qt-labs/qbs.git"
|
||||
|
|
Loading…
Reference in a new issue