From 441f919525a809d377c1c70f96ddec504a0084b9 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 10 Oct 2014 06:54:33 +0000 Subject: [PATCH] community/rust to 0.12.0-1 --- community/rust/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD index 039122ff7..e9472c348 100644 --- a/community/rust/PKGBUILD +++ b/community/rust/PKGBUILD @@ -7,7 +7,7 @@ buildarch=4 pkgname=rust -pkgver=0.11.0 +pkgver=0.12.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='A safe, concurrent, practical language' @@ -17,7 +17,7 @@ depends=(gcc shared-mime-info) makedepends=(libffi perl python2 curl rust) source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz" "http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc") -sha256sums=('d1b3e36448bf12b8c9289024df416de10774b6d3235d7b1d22b248ef634411ba' +sha256sums=('883e66b24d90d9957c5c538469fcde6f0668e5fb6448beecfc60884060e769b7' 'SKIP') install=rust.install options=(staticlibs) @@ -25,7 +25,7 @@ options=(staticlibs) build() { cd rust-$pkgver - ./configure --prefix=/usr --disable-docs --disable-rpath --disable-verify-install --enable-local-rust --local-rust-root=/usr + ./configure --prefix=/usr --disable-debug --disable-docs --disable-verify-install --enable-local-rust --local-rust-root=/usr # avoid python makedepend (force fallback to python2) sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules