index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 14:39:59 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 14:39:59 +0200 |
commit | 9e3481f19633a13f2e87bd2807bc2f3c53db08ab (patch) | |
tree | 7975f57a2889018fc7a49c5c47586b8323fdd0ba /community/alacritty | |
parent | f455ae93fcb9d8bc91da16f2d86fc09e3956412b (diff) |
-rw-r--r-- | community/alacritty/PKGBUILD | 9 |
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 + ' +)" |