Date: Friday, March 25, 2022 @ 09:14:37 Author: grawlinson Revision: 1176182
upgpkg: cppcheck 2.7.4-1 * New upstream release. Modified: cppcheck/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-25 07:38:36 UTC (rev 1176181) +++ PKGBUILD 2022-03-25 09:14:37 UTC (rev 1176182) @@ -3,7 +3,7 @@ # Contributor: Stéphane Gaudreault <[email protected]> pkgname=cppcheck -pkgver=2.7.3 +pkgver=2.7.4 pkgrel=1 pkgdesc="A tool for static C/C++ code analysis" arch=('x86_64') @@ -29,7 +29,7 @@ 'clang: for cppcheck-gui integration' ) options=('debug') -_commit='97bf53515b8ec8db6f6f12ea15db4786e26afbc8' +_commit='1cc234ac2c1a7ba8c62e4d57b4595b8f69990bd2' source=( "$pkgname::git+https://github.com/danmar/cppcheck.git#commit=$_commit" 'translations-location.patch' @@ -50,9 +50,6 @@ # fix location of translations patch -p1 -i ../translations-location.patch - - # fix undefined reference to tinyxml2 - git cherry-pick -n 72ff5fdaacd965dc755330640e815dc7acb9e255 } build() {
