Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-12 00:16:43 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-12 00:16:43 +0300
commit2f0d51da457794467adb14dad1e576b0b49863f0 (patch)
treefa76802a3db74c612cfb9f867563772a5ca9cd1d
parent261486f933237435b1e4dab6e141cdfcc2e2e7cf (diff)
extra/openpgp-ca: Patch CARCH for rust
-rw-r--r--extra/openpgp-ca/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/openpgp-ca/PKGBUILD b/extra/openpgp-ca/PKGBUILD
new file mode 100644
index 00000000..3cdf97b9
--- /dev/null
+++ b/extra/openpgp-ca/PKGBUILD
@@ -0,0 +1,3 @@
+# eval "$(declare -f prepare | sed 's@rustc -vV@echo "host: i686-unknown-linux-gnu"@')"
+# Essentially apply https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-audit/-/commit/dd4c71adb934157153ec65bc0361fc6d30544158
+eval "$(declare -f prepare | sed 's@$CARCH-unknown-linux-gnu@$(rustc -vV | sed -n "s/host: //p")@')"