[arch-commits] Commit in rust/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Jan 22 21:09:48 UTC 2016
Date: Friday, January 22, 2016 @ 22:09:48
Author: arodseth
Revision: 158620
upgpkg: rust 1:1.6.0-1
Modified:
rust/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-22 20:31:15 UTC (rev 158619)
+++ PKGBUILD 2016-01-22 21:09:48 UTC (rev 158620)
@@ -3,7 +3,7 @@
# Contributor: Daniel Micay <danielmicay at gmail.com>
pkgname=rust
-pkgver=1.5.0
+pkgver=1.6.0
epoch=1
pkgrel=1
arch=('x86_64' 'i686')
@@ -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=('641037af7b7b6cad0b231cc20671f8a314fbf2f40fc0901d0b877c39fc8da5a0'
+sha256sums=('3002a4a00004b0727709abeefe1ab1b2731845e4dab74566f363861801bb3326'
'SKIP')
install="$pkgname.install"
options=('staticlibs' '!strip')
@@ -19,12 +19,6 @@
validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key at rust-lang.org>
#gpg --keyserver hkp://keys.gnupg.net --recv-keys 108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-prepare() {
- cd "rustc-$pkgver"
-
- sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
-}
-
build() {
cd "rustc-$pkgver"
More information about the arch-commits
mailing list