mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/cppcheck to 2.4.1-1
This commit is contained in:
parent
b2c2f55e35
commit
30ec5316fc
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
# - remove makedepend on pandoc, don't generate manuals
|
||||
|
||||
pkgname=cppcheck
|
||||
pkgver=2.3
|
||||
pkgrel=2
|
||||
pkgver=2.4.1
|
||||
pkgrel=1
|
||||
pkgdesc="A tool for static C/C++ code analysis"
|
||||
arch=('x86_64')
|
||||
url="http://cppcheck.sourceforge.net/"
|
||||
|
@ -18,7 +18,7 @@ optdepends=('qt5-base: run cppcheck-gui'
|
|||
'clang: for cppcheck-gui integration')
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
|
||||
translations-location.patch)
|
||||
sha1sums=('3c6ed1897bd671a58d372be325bbd42cb237ab49'
|
||||
sha1sums=('b2b19fa617aa4f2bd67609a15ba1f737909dbf66'
|
||||
'03b0888438cf92ccdcbf307dbc3c35e65c91b844')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue