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

Alexander Rødseth arodseth at archlinux.org
Tue Jun 2 09:51:49 UTC 2015


    Date: Tuesday, June 2, 2015 @ 11:51:49
  Author: arodseth
Revision: 134524

upgpkg: rust 1:1.0.0-3

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-02 09:35:42 UTC (rev 134523)
+++ PKGBUILD	2015-06-02 09:51:49 UTC (rev 134524)
@@ -5,7 +5,7 @@
 pkgname=rust
 pkgver=1.0.0
 epoch=1
-pkgrel=2
+pkgrel=3
 arch=('x86_64' 'i686')
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
 url='http://www.rust-lang.org/'
@@ -28,7 +28,7 @@
 build() {
   cd "rustc-$pkgver"
 
-  ./configure --prefix=/usr --disable-docs
+  ./configure --prefix=/usr --disable-docs --release-channel=stable
   make
 }
 



More information about the arch-commits mailing list