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

Daniel Micay thestinger at nymeria.archlinux.org
Tue May 7 19:19:32 UTC 2013


    Date: Tuesday, May 7, 2013 @ 21:19:32
  Author: thestinger
Revision: 90168

rust: add gcc dependency

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-07 19:14:34 UTC (rev 90167)
+++ PKGBUILD	2013-05-07 19:19:32 UTC (rev 90168)
@@ -2,12 +2,12 @@
 # Maintainer: Daniel Micay <danielmicay at 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")




More information about the arch-commits mailing list