Date: Sunday, May 22, 2022 @ 08:15:51 Author: grawlinson Revision: 1209987
upgpkg: cppcheck 2.8-1 New upstream release. Modified: cppcheck/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-22 08:06:03 UTC (rev 1209986) +++ PKGBUILD 2022-05-22 08:15:51 UTC (rev 1209987) @@ -3,11 +3,11 @@ # Contributor: Stéphane Gaudreault <[email protected]> pkgname=cppcheck -pkgver=2.7.5 +pkgver=2.8 pkgrel=1 -pkgdesc="A tool for static C/C++ code analysis" +pkgdesc='A tool for static C/C++ code analysis' arch=('x86_64') -url="http://cppcheck.sourceforge.net/" +url='http://cppcheck.sourceforge.net/' license=('GPL') depends=( 'python-pygments' @@ -29,7 +29,7 @@ 'clang: for cppcheck-gui integration' ) options=('debug') -_commit='392741715b664517a67712a4dc67700c198529fb' +_commit='61f846073d9c348b408b21230790007bc8a022c2' source=( "$pkgname::git+https://github.com/danmar/cppcheck.git#commit=$_commit" 'translations-location.patch'
