mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/cppcheck: fix
This commit is contained in:
parent
0f43b4090e
commit
d3076c4123
1 changed files with 2 additions and 3 deletions
|
@ -17,10 +17,9 @@ optdepends=('qt5-base: run cppcheck-gui'
|
|||
'python-pygments: cppcheck-htmlreport'
|
||||
'clang: for cppcheck-gui integration')
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
|
||||
translations-location.patch cppcheck-2.2-tinyxml.patch)
|
||||
translations-location.patch)
|
||||
sha1sums=('3c6ed1897bd671a58d372be325bbd42cb237ab49'
|
||||
'03b0888438cf92ccdcbf307dbc3c35e65c91b844'
|
||||
'd83e1202770b7389c14a91885d7d838c097d7680')
|
||||
'03b0888438cf92ccdcbf307dbc3c35e65c91b844')
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue