summaryrefslogtreecommitdiff
path: root/extra/rust/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-01-23 19:20:24 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-01-23 19:20:24 +0100
commit1bc398f3e09e47457234665893704cd9a22707c9 (patch)
tree20516a17b0d2348f3a3e44bf78078c4dfd65ce20 /extra/rust/PKGBUILD
parent4814d524bf00b40a1722707d3e7de006512cb602 (diff)
downloadpackages-1bc398f3e09e47457234665893704cd9a22707c9.tar.xz
extra/rust: trying to build 1.49 with rust148
Diffstat (limited to 'extra/rust/PKGBUILD')
-rw-r--r--extra/rust/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD
index 80af53ec..cbfd8002 100644
--- a/extra/rust/PKGBUILD
+++ b/extra/rust/PKGBUILD
@@ -61,6 +61,12 @@ eval "$(
)"
# 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')
+
+# Enable on demand, if your previous rust is broken use previous version
# from build-support
#makedepends=(${makedepends[@]//rust/})
#makedepends+=('rust-bin')