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

Daniel Micay thestinger at nymeria.archlinux.org
Thu Jul 4 02:25:00 UTC 2013


    Date: Thursday, July 4, 2013 @ 04:25:00
  Author: thestinger
Revision: 93471

upgpkg: rust 0.7-1

Modified:
  rust/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-04 00:59:01 UTC (rev 93470)
+++ PKGBUILD	2013-07-04 02:25:00 UTC (rev 93471)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer: Daniel Micay <danielmicay at gmail.com>
 pkgname=rust
-pkgver=0.6
-pkgrel=4
+pkgver=0.7
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A safe, concurrent, practical language'
 url='http://www.rust-lang.org/'
 license=('MIT' 'Apache')
 depends=(gcc shared-mime-info)
-makedepends=(libffi perl python2 curl chrpath emacs)
+makedepends=(libffi perl python2 curl chrpath emacs-nox)
 optdepends=('haskell-pandoc: documentation generator (rustdoc)')
 source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz")
-sha256sums=('e11cb529a1e20f27d99033181a9e0e131817136b46d2742f0fa1afa1210053e5')
+sha256sums=('0b88b8a4489382e0a69214eaab88e2e7c316ec33c164af0d3b53630b17590df0')
 install=rust.install
 
 build() {
@@ -40,6 +40,7 @@
   find "$pkgdir/usr/share/vim" -type f -exec chmod 644 {} +
   find "$pkgdir/usr/share/vim" -type d -exec chmod 755 {} +
 
+  install -Dm644 src/etc/zsh/_rust "$pkgdir/usr/share/zsh/site-functions/_rust"
   install -Dm644 src/etc/kate/rust.xml "$pkgdir/usr/share/apps/katepart/syntax/rust.xml"
   install -Dm644 src/etc/gedit/share/mime/packages/rust.xml \
     "$pkgdir/usr/share/mime/packages/rust.xml"
@@ -58,6 +59,4 @@
 
   # https://github.com/mozilla/rust/issues/5219
   chrpath -d bin/* lib/*.so lib/rustc/*/lib/*.so
-
-  cp lib/rustc/*/lib/{librustdoc-*-0.6.so,librustpkg-*-0.6.so} lib/
 }




More information about the arch-commits mailing list