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.012577
First Submitted: 2014-04-20 03:15 (UTC)
Last Updated: 2024-08-16 18:15 (UTC)

Required by (5048)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

beroal commented on 2025-03-26 13:54 (UTC)

This package doesn't compile because the paths to the license files changed. I propose the following patch:

diff -ruN a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD  2025-03-26 15:44:45.390948058 +0200
+++ b/PKGBUILD  2025-03-26 15:39:24.862597153 +0200
@@ -3,7 +3,7 @@
 # Maintainer: Steven Allen <steven@stebalien.com>

 pkgname=rust-nightly-bin
-pkgver=1.82.0_2024.08.15
+pkgver=1.87.0_2025.03.25
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.'
@@ -16,7 +16,7 @@
 )

 sha256sums=('SKIP')
-options=(staticlibs !debug)
+options=(staticlibs !debug !strip)

 pkgver() {
   cd ${srcdir}/rust-nightly-${CARCH}-unknown-linux-gnu
@@ -39,10 +39,9 @@
     mv "${pkgdir}/usr/etc/bash_completion.d/" "${pkgdir}/usr/share/bash-completion/completions/"
     rmdir "${pkgdir}/usr/etc/"

-    install -dm755 "${pkgdir}/usr/share/licenses/rust-nightly-bin/"{rust,cargo}
+    install -dm755 "${pkgdir}/usr/share/licenses/rust-nightly-bin"

-    mv "${pkgdir}"/usr/share/doc/cargo/LICENSE-* "${pkgdir}/usr/share/licenses/rust-nightly-bin/cargo/"
-    mv "${pkgdir}"/usr/share/doc/rust/{LICENSE-*,COPYRIGHT} "${pkgdir}/usr/share/licenses/rust-nightly-bin/rust/"
+    mv "${pkgdir}"/usr/share/doc/rust/{licenses,COPYRIGHT*} "${pkgdir}/usr/share/licenses/rust-nightly-bin/"

     # Remove cruft.
     rm "${pkgdir}/usr/lib/rustlib/"{manifest-*,install.log,uninstall.sh,components,rust-installer-version}

grdgkjrpdihe commented on 2021-12-05 09:07 (UTC)

line 35 x86_64 should be ${CARCH}

SolarAquarion commented on 2020-12-06 02:09 (UTC)

This package is never out of date. I change the dependency to llvm, since that should be good for now

Can221-ParOS commented on 2020-08-03 03:05 (UTC)

After 9 hours of llvm trying to murder my processor on two different occasions Ive given up and used rustup.

Hi-Angel commented on 2018-07-24 21:01 (UTC)

@Stebalien aah, you mean the "rustup" package. Okay, I was confused, because googling "rustup" shows an installer on some irrelevant to Archlinux site. Now I see.

Stebalien commented on 2018-07-24 17:05 (UTC)

@Hi-Angel

The rustup package provides the rust, cargo, rust-nightly, and cargo-nightly packages.

Hi-Angel commented on 2018-07-24 10:45 (UTC)

@Stebalien are you completely sure "rustup" registers itself with pacman? I kinda doubt that.

Stebalien commented on 2017-03-02 06:39 (UTC)

Due to the relative maturity of rustup, I'm disowning rust-nightly-bin (and recommend you just use rustup...).

Stebalien commented on 2016-09-26 15:50 (UTC)

@Majora320, fixed.

Majora320 commented on 2016-09-25 06:10 (UTC)

Please add a confliction with rust-docs, as this package installs docs as well as binaries.