Package Details: aurget 4.7.6-1

Git Clone URL: https://aur.archlinux.org/aurget.git (read-only, click to copy)
Package Base: aurget
Description: A simple, Pacman-like AUR helper
Upstream URL: https://github.com/pbrisbin/aurget
Licenses: GPL
Submitter: brisbin33
Maintainer: brisbin33
Last Packager: brisbin33
Votes: 158
Popularity: 0.000000
First Submitted: 2009-11-11 19:37 (UTC)
Last Updated: 2022-02-12 19:11 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 22 Next › Last »

Gently commented on 2014-09-23 14:34 (UTC)

FYI, git support can be put right in the PKGBUILD... very easy: https://aur.archlinux.org/packages/ge/gently-bashrc/PKGBUILD

bdunlap commented on 2014-09-07 02:48 (UTC)

This will be very helpful once I figure out if I can use this without having to edit each pkgbuild file, because I have no idea how to do that. I voted for it as many people use it and I can definitely see it's usefulness. Thank you, brisbin33 for creating and maintaining this.

brisbin33 commented on 2014-08-17 15:32 (UTC)

4.3.0 released with split package support Well done juengim!

brisbin33 commented on 2014-08-17 09:44 (UTC)

juengim, Thanks for the updated patch. It was actually still invalid as your email address was missing. I manually added it using the email from your profile here, hope that was OK. I've got it applied in a branch, but the existing test suite is failing so there may be a bug in your implementation. I'll have to spend some time sorting that out before I can release it. If anyone cares to try it out, it's the "slit-packages" branch on GitHub.

juengim commented on 2014-08-16 17:03 (UTC)

I never used git before. Is this what you need? https://gist.github.com/anonymous/2dccfeb80c69e0145d54

brisbin33 commented on 2014-08-16 14:19 (UTC)

juengim, by credit i mean attaching your email/author info for the commit. I could use `git am` to apply the patch with you as the author and myself signing it off. For that to work, your patch would've had to have author information though (and it doesn't seem to now). See http://eothred.wordpress.com/2011/07/02/git-and-patches/ Could you make a new patch by using `git format-patch`?

juengim commented on 2014-08-16 09:47 (UTC)

OK, thanks. I'm not sure what you have in mind in terms of credit. Personally, I'm not interested in any credit. Unfortunately I don't know how to do cram tests. I hope you can take care of that part.

brisbin33 commented on 2014-08-15 21:09 (UTC)

OK, I don't have a problem accepting a raw patch if you're not on GH -- I might need some pointers on ensuring you get credit for the change though. I think the color change is good, I'll take care of that. Also, by "test", I meant an actual cram test. If you can't figure out the way I'm doing testing though, I can probably take care of adding tests after I merge your change. Either way, I'll be able to revisit this over the weekend hopefully.

juengim commented on 2014-08-15 15:06 (UTC)

One more thing: I think this would be a better default value for $colorW: colorW="\e[0;1m" This is white+bold on a black background and black+bold on a white background. The current default is also white on a white background which isn't optimal: colorW="\e[1;37m"

juengim commented on 2014-08-15 14:45 (UTC)

brisbin33, thanks for the response. I'm not on github though and I'm not sure if I want to open an account just for this. Any chance you'd consider the patch anyway? I've also extended the patch a bit and added dependency handling for split packages. Here is the new version of the patch: https://gist.github.com/anonymous/96731b6b08333646aa87 If aurget adds a split package as a dependency for another package, the split package is now correctly installed as dependency (--asdeps). Here are some tests: Simple installation of a split package: aurget -S chromium-pepper-flash Installation of a split package as a dependency for another package (chromium-pepper-flash is the dependency): aurget -S freshplayerplugin --deps