community/cppcheck to 2.6-2

This commit is contained in:
Kevin Mihelich 2021-12-12 23:44:01 +00:00
parent cbfa9e48ba
commit 1bb0a030e0

View file

@ -6,7 +6,7 @@
pkgname=cppcheck pkgname=cppcheck
pkgver=2.6 pkgver=2.6
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/"
@ -21,7 +21,7 @@ source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pk
https://github.com/danmar/cppcheck/commit/8d682884.patch) https://github.com/danmar/cppcheck/commit/8d682884.patch)
sha1sums=('bf7808d527f9f3543d301c6b0b31d308bf97dfa2' sha1sums=('bf7808d527f9f3543d301c6b0b31d308bf97dfa2'
'03b0888438cf92ccdcbf307dbc3c35e65c91b844' '03b0888438cf92ccdcbf307dbc3c35e65c91b844'
'f554bc1f0d9966e232ff13b2929d7a5851009278') '7846c2e482320c2f6f9352dc134fdf0ad39faec8')
prepare() { prepare() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"