[arch-commits] Commit in rust/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat May 16 12:52:25 UTC 2015


    Date: Saturday, May 16, 2015 @ 14:52:25
  Author: arodseth
Revision: 133578

upgpkg: rust 1.0.0-1

Modified:
  rust/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-16 12:34:59 UTC (rev 133577)
+++ PKGBUILD	2015-05-16 12:52:25 UTC (rev 133578)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Micay <danielmicay at gmail.com>
 
 pkgname=rust
-pkgver=1.0.0_beta.5
+pkgver=1.0.0
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
@@ -11,10 +11,10 @@
 license=('MIT' 'Apache')
 makedepends=('libffi' 'perl' 'python2' 'curl')
 source=("http://static.rust-lang.org/dist/rustc-${pkgver/_/-}-src.tar.gz"{,.asc})
-sha256sums=('4263ee16cdc554fea9d527699040a75801c020daaf0d57953f8a185d334b0b63'
+sha256sums=('c304cbd4f7b25d116b73c249f66bdb5c9da8645855ce195a41bda5077b995eba'
             'SKIP')
 install="$pkgname.install"
-options=('staticlibs')
+options=('staticlibs' '!strip')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key at rust-lang.org>
 #gpg --keyserver hkp://keys.gnupg.net --recv-keys 108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
 
@@ -21,7 +21,6 @@
 prepare() {
   cd "rustc-${pkgver/_/-}"
 
-  # Use Python 2
   sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
 }
 
@@ -28,7 +27,7 @@
 build() {
   cd "rustc-${pkgver/_/-}"
 
-  ./configure --prefix=/usr --disable-docs --release-channel=beta
+  ./configure --prefix=/usr --disable-docs
   make
 }
 



More information about the arch-commits mailing list