community/rust to 0.11.0-1

This commit is contained in:
Kevin Mihelich 2014-07-03 13:22:08 +00:00
parent ac04fb3e5e
commit d46e3b0748

View file

@ -2,14 +2,13 @@
# Maintainer: Daniel Micay <danielmicay@gmail.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - use nightly build for ARM support until 0.11
# - makedepend on rust, configure to use local rust instead of nonexistent binary download
buildarch=4
noautobuild=1
pkgname=rust
pkgver=0.10.20140608
pkgver=0.11.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A safe, concurrent, practical language (Nightly build)'
@ -17,8 +16,10 @@ url='http://www.rust-lang.org/'
license=('MIT' 'Apache')
depends=(gcc shared-mime-info)
makedepends=(libffi perl python2 curl rust)
source=("http://static.rust-lang.org/dist/rust-nightly.tar.gz")
sha256sums=('e0cfd141c7ec04460a985d517f5d185eb723f5f71ca785f3260d781923eeb00c')
source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz"
"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc")
sha256sums=('d1b3e36448bf12b8c9289024df416de10774b6d3235d7b1d22b248ef634411ba'
'SKIP')
install=rust.install
options=(staticlibs)