diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index 29e15df0c63..0f5a42e012f 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -1,19 +1,19 @@ # Template file for 'rust' pkgname=rust -version=1.0.0.beta +version=1.0.0 revision=1 wrksrc="rustc-${version/.beta/-beta}" lib32disabled=yes build_style=configure only_for_archs="x86_64 i686" configure_args="--prefix=/usr --disable-docs" -hostmakedepends="which pkg-config curl python" +hostmakedepends="pkg-config curl python" short_desc="A safe, concurrent, practical systems language" maintainer="Juan RP " homepage="http://www.rust-lang.org/" license="MIT, Apache-2.0" distfiles="https://static.rust-lang.org/dist/rustc-${version/.beta/-beta}-src.tar.gz" -checksum=94248e30487723ac6f6c34a0db5a21085c0b1338e6a32bd12b159e1d2cd80451 +checksum=c304cbd4f7b25d116b73c249f66bdb5c9da8645855ce195a41bda5077b995eba if [ "$XBPS_MACHINE" = "x86_64" ]; then configure_args+=" --build=$(gcc -dumpmachine)"