Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/libmysofa/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libmysofa/PKGBUILD')
-rw-r--r--extra/libmysofa/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/libmysofa/PKGBUILD b/extra/libmysofa/PKGBUILD
new file mode 100644
index 00000000..6b978deb
--- /dev/null
+++ b/extra/libmysofa/PKGBUILD
@@ -0,0 +1,5 @@
+# no nodejs on i486, used only in tests
+if [ "$CARCH" == 'i486' ]; then
+ checkdepends=(${checkdepends[@]//nodejs/})
+ unset check
+fi