community/cppcheck to 2.4.1-1

This commit is contained in:
Kevin Mihelich 2021-03-31 14:03:46 +00:00
parent b2c2f55e35
commit 30ec5316fc

View file

@ -5,8 +5,8 @@
# - remove makedepend on pandoc, don't generate manuals
pkgname=cppcheck
pkgver=2.3
pkgrel=2
pkgver=2.4.1
pkgrel=1
pkgdesc="A tool for static C/C++ code analysis"
arch=('x86_64')
url="http://cppcheck.sourceforge.net/"
@ -18,7 +18,7 @@ optdepends=('qt5-base: run cppcheck-gui'
'clang: for cppcheck-gui integration')
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
translations-location.patch)
sha1sums=('3c6ed1897bd671a58d372be325bbd42cb237ab49'
sha1sums=('b2b19fa617aa4f2bd67609a15ba1f737909dbf66'
'03b0888438cf92ccdcbf307dbc3c35e65c91b844')
prepare() {