Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/rust
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-01 13:15:09 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-01 13:15:09 +0200
commit75452d1b0f85974a468a093e6bc44e4a94590d9a (patch)
tree9599c6c3df212f4984749f78d00ad70d86aa5f62 /extra/rust
parentae67e45189bf8d6cc5b43911841eccca4d301d26 (diff)
extra/rust: rebootstrapping rust 1.68.2 with rust168-bin
Diffstat (limited to 'extra/rust')
-rw-r--r--extra/rust/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD
index ac1cb526..ae5356c6 100644
--- a/extra/rust/PKGBUILD
+++ b/extra/rust/PKGBUILD
@@ -6,7 +6,7 @@
# see https://github.com/rust-lang/rust/issues/60294
source+=(config.toml.patch)
-sha256sums+=('d27cb75f657cbeac60b96a33450a0e5a7dd96c02271d9148219096353c6f30ac')
+b2sums+=('27922f26ca7fadf6b35a9a94f988f7985c752149043424c62d9e5a908dd5779c73f775d04c3ef92a0daabf2f681e5e2ce6c1c173594613b91f6b1b79c7a8f16c')
eval "$(
declare -f prepare | \
@@ -78,7 +78,7 @@ makedepends=(${makedepends[@]//lib32-gcc-libs/})
# Enable on demand, if your previous rust is broken use previous version
# from build-support
makedepends=(${makedepends[@]//rust/})
-makedepends+=('rust165-bin')
+makedepends+=('rust168-bin')
# rust 1.63 is built against llvm13.0 anbd OpenSSL 1.1, so force that
# in as a make dependency