[arch-commits] Commit in cppcheck/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jun 7 11:47:49 UTC 2020


    Date: Sunday, June 7, 2020 @ 11:47:49
  Author: jelle
Revision: 639937

Fix FS#66619

Modified:
  cppcheck/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 11:00:45 UTC (rev 639936)
+++ PKGBUILD	2020-06-07 11:47:49 UTC (rev 639937)
@@ -1,9 +1,9 @@
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
 
 pkgname=cppcheck
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('x86_64')
 url="http://cppcheck.sourceforge.net/"
@@ -12,7 +12,7 @@
 makedepends=('docbook-xsl' 'qt5-tools' 'qt5-base' 'python' 'pandoc' 'cmake')
 optdepends=('qt5-base: run cppcheck-gui'
             'python-pygments: cppcheck-htmlreport'
-            'clang-tidy: for cppcheck-gui integration')
+            'clang: for cppcheck-gui integration')
 source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
         translations-location.patch cppcheck-1.90-tinyxml.patch)
 sha1sums=('a6e5bdba6a453d5931a9e8ff2e2122255402dcb3'



More information about the arch-commits mailing list