community/cppcheck to 2.9.2-1

This commit is contained in:
Kevin Mihelich 2022-11-11 13:46:11 +00:00
parent 35e8c21fe0
commit c772ca84d6

View file

@ -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.1 pkgver=2.9.2
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')
@ -32,7 +32,7 @@ optdepends=(
'clang: for cppcheck-gui integration' 'clang: for cppcheck-gui integration'
) )
options=('debug') options=('debug')
_commit='84c5ae01bad2fa782c41431244e6400f9cde7292' _commit='caa6ff7c2a6ef64df53e04701944aaa4712a1915'
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'