[arch-commits] Commit in cppcheck/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Sun Jul 11 19:06:39 UTC 2021
Date: Sunday, July 11, 2021 @ 19:06:39
Author: jelle
Revision: 976579
upgpkg: cppcheck 2.5-1
Modified:
cppcheck/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-11 18:34:46 UTC (rev 976578)
+++ PKGBUILD 2021-07-11 19:06:39 UTC (rev 976579)
@@ -2,8 +2,8 @@
# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
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/"
@@ -16,9 +16,9 @@
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}"
More information about the arch-commits
mailing list