Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/auth-tarball-from-git/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/auth-tarball-from-git/PKGBUILD b/community/auth-tarball-from-git/PKGBUILD
new file mode 100644
index 00000000..e6f70553
--- /dev/null
+++ b/community/auth-tarball-from-git/PKGBUILD
@@ -0,0 +1,9 @@
+# patch architecture for fetching the right rust modules
+# (this is binary code?!)
+eval "$(
+ declare -f prepare | \
+ sed '
+ s|$CARCH|i686|g
+ '
+)"
+