summaryrefslogtreecommitdiff
path: root/community/rust/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rust/PKGBUILD')
-rw-r--r--community/rust/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD
index 11a5af15f..7baa62a1a 100644
--- a/community/rust/PKGBUILD
+++ b/community/rust/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 87747 2013-04-05 23:21:32Z thestinger $
+# $Id: PKGBUILD 90170 2013-05-07 22:11:28Z thestinger $
# Maintainer: Daniel Micay <danielmicay@gmail.com>
pkgname=rust
pkgver=0.6
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
pkgdesc='A safe, concurrent, practical language'
url='http://www.rust-lang.org/'
license=('MIT' 'Apache')
-depends=(gcc-libs shared-mime-info)
+depends=(gcc gcc-libs shared-mime-info)
makedepends=(libffi perl python2 curl chrpath emacs)
optdepends=('haskell-pandoc: documentation generator (rustdoc)')
source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz")
@@ -25,10 +25,10 @@ build() {
make
}
-check() {
- cd rust-$pkgver
- make check
-}
+#check() {
+ #cd rust-$pkgver
+ #make check
+#}
package() {
cd rust-$pkgver