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

<deleted-account> commented on 2013-04-05 05:48 (UTC)

SOLVED! A friend helped me with this: it's seems that the last pacman does everything. It doesn't need to be synced first, so the 9-th line in the pacman.conf must be like this #SyncFirst = pacman and aurget it's working again. Also, the error messages from the pacman -Syu are gone.

<deleted-account> commented on 2013-04-05 05:15 (UTC)

Hi, guys! Today, after the usual upgrades I've noticed that I can't use anymore "aurget -Su", I'm getting this message ":: Starting AUR upgrade... warning: config file /etc/pacman.conf, line 19: directive 'SyncFirst' in section 'options' not recognized. there is nothing to do" Any idea? Archlinux x86_64, Gnome desktop

<deleted-account> commented on 2013-02-03 21:50 (UTC)

I actually just started seeing hgabreu's problem today too. aurget will fetch and build the package but fail to proceed to install it.

hgabreu commented on 2013-01-17 16:04 (UTC)

@brisbin33 it's working now. I have no idea why. Anyway, the first time I saw this error I was running a: $ aurget -Syu Later, I'm not completely sure if it was on all cases, but I think I was always installing multiple packages at once. Well, today I can't reproduce it anymore, no matter the scenario.

brisbin33 commented on 2013-01-17 14:46 (UTC)

hgabreu, That sounds bad -- I'll try to get some time this weekend to investigate. gdamjan, Set discard_sources=false in your config, everything will be left in the build_directory.

hgabreu commented on 2013-01-16 01:15 (UTC)

aurget is now giving me an error for every package. Even though it downloads and builds everything normally, right in the end it shows: :: Installing package... error: : package not found Then, I have to go to my $package_directory and `sudo pacman -U <package>` manually. Is this happening to anyone else?

gdamjan commented on 2012-12-21 02:55 (UTC)

Is there a way for aurget to cache the source downloads? I'm asking since: - AFAIK packages in AUR still don't support split packages - packages like uwsgi-* all get built from the same source but create different packages

Det commented on 2012-11-01 00:56 (UTC)

Now there's three wasted words.

brisbin33 commented on 2012-10-31 22:42 (UTC)

Hmm. So this seems to be a symptom of a bit of a design flaw that aurget has (and raury does not). Namely, it separates the build and install step (vs just using makepkg -i). This means it needs to find the built package (and therefore needs to know the real pkgext). A proper fix would be to re-architect aurget to use makepkg -i, a hacky fix could be to re-source the PKGBUILD before/after building just in case it influenced PKGEXT, though I'm not sure that's a Good Thing for a PKGBUILD to be doing... Either way, I won't be able to get to this for a little while. So... Pull Requests welcome?

Det commented on 2012-10-30 19:13 (UTC)

No, not really. Now it's only prioritizing makepkg.conf when before it didn't read the PKGBUILD at all (only unsetting it from makepkg.conf works).