Skip to content

Commit

Permalink
extra/cppcheck to 2.12.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich committed Jan 23, 2024
1 parent 986e4f4 commit dbe3604
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions extra/cppcheck/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
pkgbase = cppcheck
pkgdesc = A tool for static C/C++ code analysis
pkgver = 2.12.0
pkgrel = 2
url = http://cppcheck.sourceforge.net/
arch = x86_64
license = GPL
makedepends = git
makedepends = docbook-xsl
makedepends = qt6-tools
makedepends = qt6-base
makedepends = qt6-declarative
makedepends = python
makedepends = pandoc
makedepends = cmake
makedepends = clang
depends = python-pygments
depends = tinyxml2
depends = pcre
optdepends = qt6-tools: run cppcheck-gui
optdepends = python-pygments: cppcheck-htmlreport
optdepends = clang: for cppcheck-gui integration
source = cppcheck::git+https://github.com/danmar/cppcheck.git#commit=f2f1fb0bca5f23aac8f02fb9c09e4529a7935749
source = translations-location.patch
sha512sums = SKIP
sha512sums = d3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae
b2sums = SKIP
b2sums = 8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f

pkgname = cppcheck
2 changes: 1 addition & 1 deletion extra/cppcheck/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

pkgname=cppcheck
pkgver=2.12.0
pkgrel=1
pkgrel=2
pkgdesc='A tool for static C/C++ code analysis'
arch=('x86_64')
url='http://cppcheck.sourceforge.net/'
Expand Down

0 comments on commit dbe3604

Please sign in to comment.