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

Alexander Rødseth arodseth at archlinux.org
Sat May 28 09:00:30 UTC 2016


    Date: Saturday, May 28, 2016 @ 11:00:30
  Author: arodseth
Revision: 177359

upgpkg: rust 1:1.9.0-1

Modified:
  rust/trunk/PKGBUILD
Deleted:
  rust/trunk/rust.install

--------------+
 PKGBUILD     |    9 ++++-----
 rust.install |   13 -------------
 2 files changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-28 03:42:08 UTC (rev 177358)
+++ PKGBUILD	2016-05-28 09:00:30 UTC (rev 177359)
@@ -3,18 +3,17 @@
 # Contributor: Daniel Micay <danielmicay at gmail.com>
 
 pkgname=rust
-pkgver=1.8.0
 epoch=1
+pkgver=1.9.0
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
 url='http://www.rust-lang.org/'
 license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl')
+makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
 source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('af4466147e8d4db4de2a46e07494d2dc2d96313c5b37da34237f511c905f7449'
+sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
             'SKIP')
-install="$pkgname.install"
 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
@@ -23,7 +22,7 @@
   cd "rustc-$pkgver"
 
   ./configure --prefix=/usr --disable-docs --release-channel=stable
-  make
+  make CFLAGS="$CFLAGS -fPIC -w"
 }
 
 package() {

Deleted: rust.install
===================================================================
--- rust.install	2016-05-28 03:42:08 UTC (rev 177358)
+++ rust.install	2016-05-28 09:00:30 UTC (rev 177359)
@@ -1,13 +0,0 @@
-post_install() {
-  if type -P update-mime-database &> /dev/null; then
-    update-mime-database usr/share/mime >/dev/null
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list