diff options
Diffstat (limited to 'rust-bin/Pkgfile')
-rw-r--r-- | rust-bin/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rust-bin/Pkgfile b/rust-bin/Pkgfile index 14db4ab87..4aa79ffd1 100644 --- a/rust-bin/Pkgfile +++ b/rust-bin/Pkgfile @@ -6,9 +6,10 @@ name=rust-bin version=1.37.0 -release=1 -source=(https://crux.ster.zone/downloads/rust/rust-$version-crux-3.5-bin.tar.xz) +release=2 +source=(https://crux.ster.zone/downloads/rust/rust-$version-$release-crux-3.5-bin.tar.xz) build() { cp -a $SRC/usr $PKG/ + find $PKG -name 'README.md' -exec rm '{}' \+ } |