community/cppcheck to 2.0-2

This commit is contained in:
Kevin Mihelich 2020-06-07 16:34:44 +00:00
parent 62c02bf236
commit 98eadff897

View file

@ -1,12 +1,12 @@
# Maintainer: Jelle van der Waa <jelle@archlinux.org>
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - remove makedepend on pandoc, don't generate manuals
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/"
@ -15,7 +15,7 @@ depends=('python-pygments' 'tinyxml2')
makedepends=('docbook-xsl' 'qt5-tools' 'qt5-base' 'python' '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'