Page MenuHomeSolus

D7218.id17497.diff
No OneTemporary

D7218.id17497.diff

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 @@
</Description>
<PartOf>programming.tools</PartOf>
<Files>
+ <Path fileType="executable">/usr/bin/cargo</Path>
+ <Path fileType="executable">/usr/bin/rust-gdb</Path>
+ <Path fileType="executable">/usr/bin/rust-gdbui</Path>
+ <Path fileType="executable">/usr/bin/rust-lldb</Path>
+ <Path fileType="executable">/usr/bin/rustc</Path>
+ <Path fileType="executable">/usr/bin/rustdoc</Path>
<Path fileType="executable">/usr/bin/rustup</Path>
</Files>
+ <Conflicts>
+ <Package>cargo</Package>
+ <Package>rust</Package>
+ </Conflicts>
</Package>
<History>
- <Update release="5">
- <Date>2019-05-24</Date>
- <Version>1.18.3</Version>
+ <Update release="6">
+ <Date>2019-10-01</Date>
+ <Version>1.19.0</Version>
<Comment>Packaging update</Comment>
<Name>Léo Pourcelot</Name>
<Email>leo.pourcelot@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 3:12 PM (3 h, 1 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5850412
Default Alt Text
D7218.id17497.diff (2 KB)

Event Timeline