mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/cppcheck to 2.0-2
This commit is contained in:
parent
62c02bf236
commit
98eadff897
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue