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 .. 7 8 9 10 11 12 13 14 15 16 17 .. 22 Next › Last »

luolimao commented on 2012-10-17 19:21 (UTC)

Yes, the permissions are set to drwxr-xr-x (755) automatically for the parent directories, regardless of what comes after the -m option, or the current user mask.

brisbin33 commented on 2012-10-17 13:11 (UTC)

Cool, do happen to know: if I use -D -m644 (since that's the permissions the file must have) will intermediate directories correctly be set to 755? I believe that was the reason I separated things initially.

luolimao commented on 2012-10-17 02:02 (UTC)

Thanks for writing and packaging the aurget script! Btw, the mkdir lines are unnecessary; you can just change the install lines to install -Dm644 or install -Dm755 or whatever is needed (the -D option makes the parent directories automatically).

brisbin33 commented on 2012-10-10 22:04 (UTC)

curl is the new hotness anyway, but i just noticed i missed a spot when converting the wget calls over. i'll release a curl-only version next week.

karol_007 commented on 2012-10-10 21:54 (UTC)

That's because wget has recently been moved from 'base' group and [core] repo to [extra]: https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/wget&id=f26f13bdbdca88616b1d70f6546363dab936f861

adrianbs commented on 2012-10-10 21:48 (UTC)

I'm getting an error because I have no wget. I think it should be added as a dependency.

ska commented on 2012-09-12 23:57 (UTC)

Seems /usr/bin/aurget uses wget instead of curl in line 573: read -r Name Version URLPath < <(wget -q -O - "${aur_info}$(url_encode "$name")" | sed -e '/.*"Name":"\([^"]*\)".*"Version":"\([^"]*\)".*"URLPath":"\([^"]*\)".*/!d; s//\1 \2 \3/g') Maybe this could be replaced with curl or wget added as a dependency.

brisbin33 commented on 2012-05-23 01:33 (UTC)

Thanks idupree, aurget has an --mopt flag for passing arbitrary additional options to makepkg. You can also add it to makepkg_command in the config if you'd like it to be used always.