community/cppcheck to 2.9-2

This commit is contained in:
Kevin Mihelich 2022-10-16 23:45:15 +00:00
parent 150eafe586
commit 05c8c7fdc2

View file

@ -7,7 +7,7 @@
pkgname=cppcheck pkgname=cppcheck
pkgver=2.9 pkgver=2.9
pkgrel=1 pkgrel=2
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/'
@ -15,6 +15,7 @@ license=('GPL')
depends=( depends=(
'python-pygments' 'python-pygments'
'tinyxml2' 'tinyxml2'
'pcre'
) )
makedepends=( makedepends=(
'git' 'git'