Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/alacritty/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/alacritty/PKGBUILD')
-rw-r--r--extra/alacritty/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/alacritty/PKGBUILD b/extra/alacritty/PKGBUILD
new file mode 100644
index 00000000..381c5f82
--- /dev/null
+++ b/extra/alacritty/PKGBUILD
@@ -0,0 +1,9 @@
+# patch architecture for fetching the right rust modules
+# do not verify PGP signatures (fails)
+eval "$(
+ declare -f prepare | \
+ sed '
+ s|$CARCH|i686|g
+ /auth-tarball-from-git/d
+ '
+)"