Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11047308
D7218.id17382.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D7218.id17382.diff
View Options
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,16 @@
builddeps :
- cargo
- curl
+conflicts : rust
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-lldb' 'rls' 'rustfmt' 'cargo-fmt' 'cargo-clippy' 'clippy-driver')
+
+ 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,29 @@
</Description>
<PartOf>programming.tools</PartOf>
<Files>
+ <Path fileType="executable">/usr/bin/cargo</Path>
+ <Path fileType="executable">/usr/bin/cargo-clippy</Path>
+ <Path fileType="executable">/usr/bin/cargo-fmt</Path>
+ <Path fileType="executable">/usr/bin/clippy-driver</Path>
+ <Path fileType="executable">/usr/bin/rls</Path>
+ <Path fileType="executable">/usr/bin/rust-gdb</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/rustfmt</Path>
<Path fileType="executable">/usr/bin/rustup</Path>
</Files>
+ <Conflicts>
+ <Package>rust</Package>
+ </Conflicts>
</Package>
<History>
- <Update release="5">
- <Date>2019-05-24</Date>
- <Version>1.18.3</Version>
+ <Update release="6">
+ <Date>2019-09-26</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
Details
Attached
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
5851626
Default Alt Text
D7218.id17382.diff (2 KB)
Attached To
Mode
D7218: Update rustup to 1.19.0
Attached
Detach File
Event Timeline
Log In to Comment