mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/cppcheck to 2.10-1
This commit is contained in:
parent
ae8c934b82
commit
1c94540d51
1 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - remove makedepend on pandoc, don't generate manuals
|
# - remove makedepend on pandoc, don't generate manuals
|
||||||
|
|
||||||
pkgname=cppcheck
|
pkgname=cppcheck
|
||||||
pkgver=2.9.3
|
pkgver=2.10
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A tool for static C/C++ code analysis'
|
pkgdesc='A tool for static C/C++ code analysis'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -31,8 +31,7 @@ optdepends=(
|
||||||
'python-pygments: cppcheck-htmlreport'
|
'python-pygments: cppcheck-htmlreport'
|
||||||
'clang: for cppcheck-gui integration'
|
'clang: for cppcheck-gui integration'
|
||||||
)
|
)
|
||||||
options=('debug')
|
_commit='74221fbc8dc9c5c64b22b6bd56e790724e41e0aa'
|
||||||
_commit='577d07360e42c302ce49d1096059d982cf380c4f'
|
|
||||||
source=(
|
source=(
|
||||||
"$pkgname::git+https://github.com/danmar/cppcheck.git#commit=$_commit"
|
"$pkgname::git+https://github.com/danmar/cppcheck.git#commit=$_commit"
|
||||||
'translations-location.patch'
|
'translations-location.patch'
|
||||||
|
|
Loading…
Reference in a new issue