Package Details: rustup-git 1.26.0.r131.gd4c68448-1

Git Clone URL: https://aur.archlinux.org/rustup-git.git (read-only, click to copy)
Package Base: rustup-git
Description: The Rust toolchain installer
Upstream URL: https://github.com/rust-lang/rustup
Keywords: cargo rust rustfmt
Licenses: MIT, Apache
Conflicts: cargo, rust, rust-analyzer, rust-nightly, rust-nightly-bin, rustfmt, rustup
Provides: cargo, cargo-nightly, lib32-rust-libs, rust, rust-analyzer, rust-musl, rust-nightly, rust-src, rust-wasm, rustfmt, rustup
Submitter: Jonhoo
Maintainer: ilai
Last Packager: ilai
Votes: 7
Popularity: 0.000010
First Submitted: 2016-05-06 15:30 (UTC)
Last Updated: 2023-09-20 20:34 (UTC)

Dependencies (5)

Required by (3818)

Sources (2)

Latest Comments

1 2 Next › Last »

takanashi commented on 2023-05-19 07:35 (UTC)

This package should probably conflict with the rust-analyzer and rust-analyzer-git packages. Just had to remove rust-analyzer during an update because of a file conflict

ilai commented on 2023-05-09 13:55 (UTC)

@MithicSpirit Updated, sorry about that

MithicSpirit commented on 2023-03-25 00:49 (UTC)

Currently fails to build for me due to failing to validate the list-proxy-names.rs file with the provided checksum.

ilai commented on 2023-03-14 05:11 (UTC)

@theDevPanda Thanks, I updated the PKGBUILD to avoid the conflict

theDevPanda commented on 2023-01-30 01:46 (UTC)

When I try to install fish-git with rust-git install I get:

error: failed to commit transaction (conflicting files)
fish-git: /usr/share/fish/completions/rustup.fish exists in filesystem (owned by rustup-git)

I can see it being useful for rust to update it's completions, but shouldn't this file be owned by fish? Is there a work around for this?

Jonhoo commented on 2017-07-18 00:44 (UTC)

@krakhn: this is a -git package, which will always install the latest version. you should only need to flag it out-of-date if it fails to build.

Jonhoo commented on 2016-12-14 05:00 (UTC)

@saghm: Hmm, I cannot reproduce the issue here.. You're sure your rust install is up to date?

saghm commented on 2016-12-13 22:03 (UTC)

I might not have been clear; that's what I meant when I said "removing the package" (the regular Rust package gets automatically pulled in as a build dependency, so I didn't manually install it). The build step worked fine, it just segfaulted when the init step was run.

Jonhoo commented on 2016-12-13 17:20 (UTC)

@saghm: oh, that's weird -- it builds just fine for me. You could try uninstalling rustup-git, installing the regular rust package, and then re-installing rustup-git.