Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/pifpaf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pifpaf/PKGBUILD')
-rw-r--r--extra/pifpaf/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/pifpaf/PKGBUILD b/extra/pifpaf/PKGBUILD
new file mode 100644
index 00000000..f0d201e3
--- /dev/null
+++ b/extra/pifpaf/PKGBUILD
@@ -0,0 +1,6 @@
+# remove mongodb from checkdepends - it's not available for i686 and apparently not needed either
+checkdepends=(${checkdepends[@]/mongodb})
+checkdepends=(${checkdepends[@]/consul})
+
+# ceph doesn't run on 32-bit currently (see FS32#21)
+checkdepends=(${checkdepends[@]/ceph})