Date: Saturday, June 27, 2015 @ 01:48:35 Author: arodseth Revision: 135914
upgpkg: rust 1:1.1.0-1 Modified: rust/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-26 22:45:51 UTC (rev 135913) +++ PKGBUILD 2015-06-26 23:48:35 UTC (rev 135914) @@ -3,9 +3,9 @@ # Contributor: Daniel Micay <[email protected]> pkgname=rust -pkgver=1.0.0 +pkgver=1.1.0 epoch=1 -pkgrel=3 +pkgrel=1 arch=('x86_64' 'i686') pkgdesc='Systems programming language focused on safety, speed and concurrency' url='http://www.rust-lang.org/' @@ -12,7 +12,7 @@ license=('MIT' 'Apache') makedepends=('libffi' 'perl' 'python2' 'curl') source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}) -sha256sums=('c304cbd4f7b25d116b73c249f66bdb5c9da8645855ce195a41bda5077b995eba' +sha256sums=('cb09f443b37ec1b81fe73c04eb413f9f656859cf7d00bc5088008cbc2a63fa8a' 'SKIP') install="$pkgname.install" options=(staticlibs !strip)
