summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-02-05 09:42:47 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-02-05 09:42:47 +0100
commit3c7c1e7e14c1a5633f6d98ab081d2f6b7da3c864 (patch)
treeca9d983dc5ba746bbf35c0331ea45cacac0e3fdc /extra
parentff2f12502a11b3538d1fdf335cf5c576a14aa7a1 (diff)
downloadpackages-3c7c1e7e14c1a5633f6d98ab081d2f6b7da3c864.tar.xz
extra/rust: rebuilding rust against itself (1.49)
Diffstat (limited to 'extra')
-rw-r--r--extra/rust/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD
index 736d05a3..7f958cbe 100644
--- a/extra/rust/PKGBUILD
+++ b/extra/rust/PKGBUILD
@@ -71,8 +71,8 @@ makedepends=(${makedepends[@]//lib32-gcc-libs/})
# Enable on demand, if your previous rust is broken use previous version
# from build-support (this is preferable to using rust-bin below, but
# requires all intermediate versions of rust to be built
-makedepends=(${makedepends[@]//rust/})
-makedepends+=('rust148')
+#makedepends=(${makedepends[@]//rust/})
+#makedepends+=('rust148')
# Enable on demand, if your previous rust is broken use previous version
# from build-support