rust: update to 1.13.0

This commit is contained in:
Jeff Huang 2016-11-11 00:05:43 +00:00
parent e516a591b0
commit cd57c65e60

View File

@ -3,7 +3,7 @@
# Arch Contributor: Daniel Micay <danielmicay@gmail.com>
pkgname=rust
pkgver=1.12.1
pkgver=1.13.0
pkgrel=1
arch=('x86_64')
pkgdesc='Systems programming language focused on safety, speed and concurrency'
@ -11,7 +11,7 @@ url='http://www.rust-lang.org/'
license=('MIT' 'Apache')
makedepends=('libffi' 'perl' 'python2' 'curl' 'cmake')
source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz")
sha256sums=('97913ae4cb255618aaacd1a534b11f343634b040b32656250d09d8d9ec02d3dc')
sha256sums=('ecb84775ca977a5efec14d0cad19621a155bfcbbf46e8050d18721bb1e3e5084')
install="$pkgname.install"
options=('staticlibs' '!strip')