community/cppcheck to 2.5-1

This commit is contained in:
Kevin Mihelich 2021-07-11 20:18:50 +00:00
parent f955c5c041
commit e52a7281be

View file

@ -5,8 +5,8 @@
# - remove makedepend on pandoc, don't generate manuals
pkgname=cppcheck
pkgver=2.4.1
pkgrel=2
pkgver=2.5
pkgrel=1
pkgdesc="A tool for static C/C++ code analysis"
arch=('x86_64')
url="http://cppcheck.sourceforge.net/"
@ -19,9 +19,9 @@ optdepends=('qt5-tools: run cppcheck-gui'
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
translations-location.patch
https://github.com/danmar/cppcheck/commit/8d682884.patch)
sha1sums=('b2b19fa617aa4f2bd67609a15ba1f737909dbf66'
sha1sums=('ee95fc119b271f2506c0302169e7c7fcace89aa3'
'03b0888438cf92ccdcbf307dbc3c35e65c91b844'
'7846c2e482320c2f6f9352dc134fdf0ad39faec8')
'f554bc1f0d9966e232ff13b2929d7a5851009278')
prepare() {
cd "${pkgname}-${pkgver}"