Package Details: rust-nightly-bin 1.66.0_2022.10.29-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: custom, MIT, Apache
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.017396
First Submitted: 2014-04-20 03:15 (UTC)
Last Updated: 2022-10-31 00:35 (UTC)

Required by (4054)

Sources (1)

Latest Comments

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

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

mvdnes commented on 2015-01-29 11:16 (UTC)

I may have some additions for your package. My files are located here: https://gist.github.com/mvdnes/9c704bc541b11fac02fb It is different in the following ways: - Installs in /usr. This is possible due to the rm and symlink at the end - Remove the docs. They are large, and my system could not handle the large collection of files. - Add vimfiles from rust repo. Unfortunately this is obtained via svn, but it is still very usefull. - Extracts the date from the packaged rustc

haawda commented on 2015-01-26 22:04 (UTC)

Thanks, that works phantastically.