George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
cppcheck
Commits:
9e53b43a by George Rawlinson at 2026-06-05T22:47:54+00:00
upgpkg: 2.21.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cppcheck
pkgdesc = A tool for static C/C++ code analysis
- pkgver = 2.20.1
- pkgrel = 2
+ pkgver = 2.21.0
+ pkgrel = 1
url = http://cppcheck.sourceforge.net/
arch = x86_64
license = GPL-3.0-or-later
@@ -22,11 +22,11 @@ pkgbase = cppcheck
depends = tinyxml2
optdepends = qt6-tools: run cppcheck-gui
optdepends = clang: for cppcheck-gui integration
- source = cppcheck::git+https://github.com/danmar/cppcheck.git#tag=2.20.1
+ source = cppcheck::git+https://github.com/danmar/cppcheck.git#tag=2.21.0
source = translations-location.patch
- sha512sums =
a9a2341297151247d63ff725bcf12431c31d39e9f76f48c9fe9ed431694d7a4f8757928047808c684af18a413f95d2d7cbea26e563340c080b6239037ebd00b7
+ sha512sums =
5549c26ef8fb361d9f788119a51b01402563913b9d2665deafa97138d72f2851c84bc35edda3981b32d228a6e53b9557e5ae0edd3955292adeec4925ce33082f
sha512sums =
d3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae
- b2sums =
67c1cce041c17a1ff97066b76230bdb7e62d389eb44a35a76bb7d26e70dbdced301c1dc59ea849f5144a120e8e85506ad7ca4c87bb46a7d4e793309bcc60a5ab
+ b2sums =
c9ea5e99cd09d95e7a18c5b8c8c5bc20f743c3a4a8aa16f1d39a8f008d65ff47dd380ef459407867bd235faec80b62e448749f6e2a0296b2d860156dd0ac1609
b2sums =
8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f
pkgname = cppcheck
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Stéphane Gaudreault <[email protected]>
pkgname=cppcheck
-pkgver=2.20.1
-pkgrel=2
+pkgver=2.21.0
+pkgrel=1
pkgdesc='A tool for static C/C++ code analysis'
arch=(x86_64)
url='http://cppcheck.sourceforge.net/'
@@ -36,9 +36,9 @@ source=(
"$pkgname::git+https://github.com/danmar/cppcheck.git#tag=$pkgver"
translations-location.patch
)
-sha512sums=('a9a2341297151247d63ff725bcf12431c31d39e9f76f48c9fe9ed431694d7a4f8757928047808c684af18a413f95d2d7cbea26e563340c080b6239037ebd00b7'
+sha512sums=('5549c26ef8fb361d9f788119a51b01402563913b9d2665deafa97138d72f2851c84bc35edda3981b32d228a6e53b9557e5ae0edd3955292adeec4925ce33082f'
'd3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae')
-b2sums=('67c1cce041c17a1ff97066b76230bdb7e62d389eb44a35a76bb7d26e70dbdced301c1dc59ea849f5144a120e8e85506ad7ca4c87bb46a7d4e793309bcc60a5ab'
+b2sums=('c9ea5e99cd09d95e7a18c5b8c8c5bc20f743c3a4a8aa16f1d39a8f008d65ff47dd380ef459407867bd235faec80b62e448749f6e2a0296b2d860156dd0ac1609'
'8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f')
prepare() {
@@ -86,7 +86,7 @@ build() {
check() {
cd "$pkgname/build/bin"
- ./testrunner -g -q
+ ./testrunner -q
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cppcheck/-/commit/9e53b43ad4dd7c22503fad1e7d425a68c90d2f7c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cppcheck/-/commit/9e53b43ad4dd7c22503fad1e7d425a68c90d2f7c
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help