From 4e386a8cb7ff73e4a4101232d0d62fe37e6c7592 Mon Sep 17 00:00:00 2001 From: Jan S Date: Fri, 4 Apr 2014 00:13:46 +0200 Subject: [PATCH] rust: update to 0.10 --- srcpkgs/rust/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index 7eee06c6899..f5eb69580d6 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -1,6 +1,6 @@ # Template file for 'rust' pkgname=rust -version=0.7 +version=0.10 revision=1 build_style=configure configure_args="--prefix=/usr --disable-docs" @@ -10,10 +10,10 @@ maintainer="pancake " homepage="http://www.rust-lang.org/" license="MIT, Apache-2.0" distfiles="http://static.rust-lang.org/dist/rust-${version}.tar.gz" -checksum=0b88b8a4489382e0a69214eaab88e2e7c316ec33c164af0d3b53630b17590df0 +checksum=c72cfbbf03016804a81d7b68e8258ffaf018f8f5a25550ad64571ce6c2642cf9 if [ "$XBPS_MACHINE" = "x86_64" ]; then - configure_args+=" --build-triple=$(gcc -dumpmachine)" + configure_args+=" --build=$(gcc -dumpmachine)" fi if [ "$CROSS_BUILD" ]; then