Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/cppcheck
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-08-24 00:18:23 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-08-24 00:18:36 +0300
commitefed9dd0da2fb4d34134aef39dbeade8915ad90a (patch)
tree2423d7b3278074628b4ff465f966df2166fddf34 /extra/cppcheck
parentc227211f75c5c748e18346cf089e1dde7a1fb0ec (diff)
extra/cppcheck: Fix xsl path
Diffstat (limited to 'extra/cppcheck')
-rw-r--r--extra/cppcheck/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/cppcheck/PKGBUILD b/extra/cppcheck/PKGBUILD
new file mode 100644
index 00000000..e0b50c95
--- /dev/null
+++ b/extra/cppcheck/PKGBUILD
@@ -0,0 +1,5 @@
+# The package asks pacman for the version, but our version string differs
+eval "$(
+ declare -f build | \
+ sed 's/xsversion=.*/xsversion=\*/'
+)"