mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/cppcheck to 2.9-2
This commit is contained in:
parent
150eafe586
commit
05c8c7fdc2
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=cppcheck
|
||||
pkgver=2.9
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A tool for static C/C++ code analysis'
|
||||
arch=('x86_64')
|
||||
url='http://cppcheck.sourceforge.net/'
|
||||
|
@ -15,6 +15,7 @@ license=('GPL')
|
|||
depends=(
|
||||
'python-pygments'
|
||||
'tinyxml2'
|
||||
'pcre'
|
||||
)
|
||||
makedepends=(
|
||||
'git'
|
||||
|
|
Loading…
Reference in a new issue