Package Base Details: rust-git

Git Clone URL: https://aur.archlinux.org/rust-git.git (read-only, click to copy)
Keywords: mozilla rust
Submitter: mrshpot
Maintainer: spider-mario (ishitatsuyuki)
Last Packager: ishitatsuyuki
Votes: 28
Popularity: 0.000000
First Submitted: 2012-01-21 11:30 (UTC)
Last Updated: 2022-11-10 14:57 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 Next › Last »

spider-mario commented on 2014-06-03 16:41 (UTC)

It’s ignored because of '!makeflags' in the `options` array. I think that I added that option because parallel builds didn’t seem to work. If they work now, I’ll happily remove it. :)

gsnedders commented on 2014-06-03 16:35 (UTC)

MAKEFLAGS seems to be ignored, though I can't immediately see why. Having to do non-parallel builds makes it a lot slower. :(

spider-mario commented on 2014-04-05 07:48 (UTC)

I think I’ll just make the package provide `rust` now. Its version format sufficiently resembles that of `rust` in [community] now that makepkg natively supports VCS packages and let them have a pkgver() function.

spider-mario commented on 2014-04-04 20:15 (UTC)

Actually, the out-of-date notification comes from someone else (H3g3m0n), and it’s justified since 0.10 is out, which means that the `provides` field of this package should be updated. (I’m working on it.) Thanks for explaining the point of VCS packages to Apes, though.

thestinger commented on 2014-04-04 19:50 (UTC)

Also, please only use out-of-date flags when something needs to be updated to a new release. It shouldn't be used whenever there is a problem with the package.

thestinger commented on 2014-04-04 19:49 (UTC)

Grabbing the HEAD of the master branch is what a VCS package is for in the first place. If you want the tagged release, use the rust package in [community].

Apes commented on 2014-04-04 19:47 (UTC)

The PKGBUILD just grabs whatever is on the HEAD of the master branch of the rust git project. It would be better to grab the tarball for one of the releases, or at the very least use a specific commit or tag.

spider-mario commented on 2014-03-30 12:40 (UTC)

Done, thank you.

spider-mario commented on 2014-03-30 10:34 (UTC)

There’s already a call to chrpath (I think I added it before e715cdba31ae2bfee603cfe0c56260390ec36f1c) but --disable-rpath would, indeed, avoid an unnecessary step, as well as remove a build-time dependency on chrpath.