diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : rustup -version : 1.18.3 -release : 5 +version : 1.19.0 +release : 6 source : - - https://github.com/rust-lang/rustup.rs/archive/1.18.3.tar.gz : 9a2ae2c85bbbfc838b25d86d049bc677532950d78765725beabb8a61df1c2710 + - https://github.com/rust-lang/rustup.rs/archive/1.19.0.tar.gz : b5b2c1c369e44f0c6529169f0c4e680c257a13d220b643a31686033fff2a5983 license : - Apache-2.0 - MIT @@ -13,8 +13,18 @@ builddeps : - cargo - curl +conflicts : + - rust + - cargo networking : yes build : | cargo build --release --features no-self-update install : | install -Dm00755 target/release/rustup-init $installdir/usr/bin/rustup + + binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-gdbui' 'rust-lldb') + + for link in "${binlinks[@]}"; do + ln -s /usr/bin/rustup $installdir/usr/bin/$link + done + diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -20,16 +20,26 @@ programming.tools + /usr/bin/cargo + /usr/bin/rust-gdb + /usr/bin/rust-gdbui + /usr/bin/rust-lldb + /usr/bin/rustc + /usr/bin/rustdoc /usr/bin/rustup + + cargo + rust + - - 2019-05-24 - 1.18.3 + + 2019-10-01 + 1.19.0 Packaging update Léo Pourcelot leo.pourcelot@protonmail.com \ No newline at end of file