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

idupree commented on 2012-05-23 01:01 (UTC)

Aurget doesn't yet support a pacman configured to require package signatures; makepkg needs to be passed --sign in this case (and that's all that's needed, so I tweaked it locally that way). An aurget --sign flag would be the simplest fix, or more smarts would be even better. (Unless I missed something.)

wizetek commented on 2012-02-14 15:17 (UTC)

It was late and I didn't exercise my due diligence to investigate this before taking a shortcut and posting my comment here. Will do. Thanks.

brisbin33 commented on 2012-02-14 14:23 (UTC)

MajorTom, it's not a --deps problem. It's the exact same issue as asch is having: $ aurget -Sp obconf-git | grep ^name= name=obconf Please ask the obconf-git maintainer to not use "name" in the PKGBUILD.

wizetek commented on 2012-02-14 05:30 (UTC)

3.4.0-2 In certain cases, there are problems when passing the --deps argument. Part of the package name '-git' gets chopped off in the example below. $ aurget -S obconf-git searching AUR... Targets (1): obconf-git-20090208-1 Proceed with installation? [Y/n] n $ aurget -S --deps obconf-git resolving dependencies... searching AUR... error: obconf: package not found in AUR. $ aurget -S obconf-git --deps resolving dependencies... searching AUR... error: obconf: package not found in AUR.

brisbin33 commented on 2012-02-09 16:05 (UTC)

The PKGBUILD intruduces a name variable ("musicbranzngs") for its own use. So sourcing it overwrites the one I'm using and causes this behavior. https://wiki.archlinux.org/index.php/Arch_Packaging_Standards#Package_Etiquette "Do not introduce new variables into PKGBUILD build scripts, unless the package cannot be built without doing so, as these could possibly conflict with variables used in makepkg itself. If a new variable is absolutely required, prefix the variable name with an underscore (_), e.g. ..." Please comment on that packages page with an updated PKGBUILD which uses _python and _name instead; should install fine thereafter.

asch commented on 2012-02-09 15:56 (UTC)

When trying to install python2-musicbrainzngs it fails with no package message (musicbrainzngs not found, prefix python2 is lost by aurget).

karol_007 commented on 2012-01-21 18:27 (UTC)

Not sure what you mean: [karol@black ~]$ aurget -S aurget searching AUR... warning: aurget-3.4.0-2 is up to date -- reinstalling Targets (1): aurget-3.4.0-2 Proceed with installation? [Y/n]

zerox2a commented on 2012-01-21 18:23 (UTC)

Why doesn't aurget display a hint if a package is already installed or not? Would be nice to have such a feature

brisbin33 commented on 2011-11-14 14:16 (UTC)

There was a pull req recently on github to stop double edits of PKGBUILDs (once for resolving deps and once before building). I didn't realize there would be a problem since any changes made during the dep check edit are not saved. When I get some time I'll revert that change.

dapolinario commented on 2011-11-14 04:22 (UTC)

The package is not resolving dependencies added to the PKGBUILD, keeping the original file downloaded from AUR.