From 2374eddfb263099ebae11cf0f5eb949225349930 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 Oct 2022 14:23:04 +0200 Subject: community/auth-tarball-from-git: CARCH -> i686 for cargo crates --- community/auth-tarball-from-git/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/auth-tarball-from-git/PKGBUILD (limited to 'community/auth-tarball-from-git') 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 + ' +)" + -- cgit v1.2.3-54-g00ecf