Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/auth-tarball-from-git
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 14:23:04 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-06 14:23:04 +0200
commit2374eddfb263099ebae11cf0f5eb949225349930 (patch)
treeef2d022aa860ef3460dfffe0479791f0bd56b400 /community/auth-tarball-from-git
parentaf0e84ff8a75155739b44c9dc5df42f209d30b0b (diff)
community/auth-tarball-from-git: CARCH -> i686 for cargo crates
Diffstat (limited to 'community/auth-tarball-from-git')
-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
+ '
+)"
+