mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/cppcheck to 2.8-1
This commit is contained in:
parent
f036d1062e
commit
81c9d7c702
1 changed files with 4 additions and 4 deletions
|
@ -6,11 +6,11 @@
|
||||||
# - remove makedepend on pandoc, don't generate manuals
|
# - remove makedepend on pandoc, don't generate manuals
|
||||||
|
|
||||||
pkgname=cppcheck
|
pkgname=cppcheck
|
||||||
pkgver=2.7.5
|
pkgver=2.8
|
||||||
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')
|
||||||
url="http://cppcheck.sourceforge.net/"
|
url='http://cppcheck.sourceforge.net/'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=(
|
depends=(
|
||||||
'python-pygments'
|
'python-pygments'
|
||||||
|
@ -31,7 +31,7 @@ optdepends=(
|
||||||
'clang: for cppcheck-gui integration'
|
'clang: for cppcheck-gui integration'
|
||||||
)
|
)
|
||||||
options=('debug')
|
options=('debug')
|
||||||
_commit='392741715b664517a67712a4dc67700c198529fb'
|
_commit='61f846073d9c348b408b21230790007bc8a022c2'
|
||||||
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