From 9e3481f19633a13f2e87bd2807bc2f3c53db08ab Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 Oct 2022 14:39:59 +0200 Subject: community/alacritty: disabled auth-tarball-from-git and patched for CARCH -> i686 --- community/alacritty/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/alacritty/PKGBUILD diff --git a/community/alacritty/PKGBUILD b/community/alacritty/PKGBUILD new file mode 100644 index 00000000..381c5f82 --- /dev/null +++ b/community/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 + ' +)" -- cgit v1.2.3-70-g09d2