summaryrefslogtreecommitdiff
path: root/community/sarg/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/sarg/PKGBUILD')
-rw-r--r--community/sarg/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/sarg/PKGBUILD b/community/sarg/PKGBUILD
new file mode 100644
index 00000000..6c188a3b
--- /dev/null
+++ b/community/sarg/PKGBUILD
@@ -0,0 +1,8 @@
+source+=(no-werror.patch)
+sha256sums+=(42744656ddc442d7823859f170750c4b69e5dc599230218dd3016f7a74809a4d)
+eval "$(
+ declare -f prepare \
+ | sed '
+ $ i patch -p1 -i "$srcdir"/no-werror.patch
+ '
+)"