Package Details: rust-nightly-bin 1.82.0_2024.08.15-1

Git Clone URL: https://aur.archlinux.org/rust-nightly-bin.git (read-only, click to copy)
Package Base: rust-nightly-bin
Description: Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.
Upstream URL: https://www.rust-lang.org/
Keywords: cargo development rust
Licenses: Apache-2.0 OR MIT
Conflicts: cargo, cargo-git, cargo-nightly, cargo-nightly-bin, rust, rust-docs, rust-git, rust-nightly
Provides: cargo, cargo-nightly, rust, rust-docs, rust-nightly
Submitter: michaelsproul
Maintainer: SolarAquarion
Last Packager: SolarAquarion
Votes: 61
Popularity: 0.004016
First Submitted: 2014-04-20 03:15 (UTC)
Last Updated: 2024-08-16 18:15 (UTC)

Required by (5322)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

johncf commented on 2015-04-16 18:46 (UTC)

Please include the cargo bash-completion file: https://github.com/rust-lang/cargo/blob/master/src/etc/cargo.bashcomp.sh

michaelsproul commented on 2015-03-02 17:08 (UTC)

Yeah, my server died in an upgrade, *sigh*. I'll restore from a snapshot today.

sunng commented on 2015-03-02 10:26 (UTC)

@gnusouth seems the build stopped again..

sunng commented on 2015-02-21 01:47 (UTC)

@gnusouth, thanks!

michaelsproul commented on 2015-02-19 06:07 (UTC)

Hi @sunng, sorry about that, I'm not sure what happened. Just logged into my server and everything seems to be fine, but I'll keep an eye on it.

sunng commented on 2015-02-19 03:41 (UTC)

Hi @gnusouth, may I know why this package no longer updates?

michaelsproul commented on 2015-02-15 05:34 (UTC)

@Stebalien: I tried that but I get the following error message. ==> Verifying source file signatures with gpg... rust-nightly-x86_64-unknown-linux-gnu.tar.gz ... FAILED (unknown public key 5CB4A9347B3B09DC) ==> ERROR: One or more PGP signatures could not be verified! It works if I add the key to my user keyring - makepkg just doesn't seem to be reading the validpgpkeys array.

Stebalien commented on 2015-02-15 03:52 (UTC)

Please consider checking rust's signature. That is, change the first source to: "https://static.rust-lang.org/dist/rust-nightly-${CARCH}-unknown-linux-gnu.tar.gz"{,.asc} and add: validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') Also, in case you're interested, here is a pkgver function that can automatically determine the correct version: pkgver() { cd rust-nightly-${CARCH}-unknown-linux-gnu [[ "$(<version)" =~ ([0-9]+\.[0-9]+\.[0-9]+)-nightly\ \([0-9a-f]+\ ([0-9]+)-([0-9]+)-([0-9]+)\ ]] echo "${BASH_REMATCH[1]}_${BASH_REMATCH[2]}.${BASH_REMATCH[3]}.${BASH_REMATCH[4]}" }

Jackneill commented on 2015-01-31 11:36 (UTC)

https://raw.githubusercontent.com/rust-lang/rust/master/src/etc/gedit/share/mime/packages/rust.xml moved to: https://raw.githubusercontent.com/rust-lang/gedit-config/master/share/mime/packages/rust.xml

michaelsproul commented on 2015-01-30 18:34 (UTC)

Hi @mvdnes, I'll look into adding your patches for /usr/ and date extraction, but I'm not going to remove the docs or add Vim syntax highlighting. Lots of people find the offline docs useful (including myself), and installing them separately would involve downloading the Rust package twice. I've decided not to bundle any syntax files because everyone has such personal preferences about how to install them (I use Vundle). If you want a doc-less install you might find the rust-installer useful: https://github.com/rust-lang/rust-installer There's also this (new) repo for Vim: https://github.com/rust-lang/rust.vim