Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/libcap
diff options
context:
space:
mode:
Diffstat (limited to 'core/libcap')
-rw-r--r--core/libcap/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/libcap/PKGBUILD b/core/libcap/PKGBUILD
new file mode 100644
index 00000000..59c6fcce
--- /dev/null
+++ b/core/libcap/PKGBUILD
@@ -0,0 +1,4 @@
+# Go is not available on i686 and i486
+if [ "$CARCH" = 'i686' -o "$CARCH" = 'i486' ]; then
+ makedepends=(${makedepends[@]//go/})
+fi