community/cppcheck: fix

This commit is contained in:
Kevin Mihelich 2020-12-12 05:11:17 +00:00
parent 0f43b4090e
commit d3076c4123

View file

@ -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}"