diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-05 09:42:47 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-05 09:42:47 +0100 |
commit | 3c7c1e7e14c1a5633f6d98ab081d2f6b7da3c864 (patch) | |
tree | ca9d983dc5ba746bbf35c0331ea45cacac0e3fdc /extra/rust | |
parent | ff2f12502a11b3538d1fdf335cf5c576a14aa7a1 (diff) | |
download | packages-3c7c1e7e14c1a5633f6d98ab081d2f6b7da3c864.tar.xz |
extra/rust: rebuilding rust against itself (1.49)
Diffstat (limited to 'extra/rust')
-rw-r--r-- | extra/rust/PKGBUILD | 4 |
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 |