Package Details: aurutils 19.3-1

Git Clone URL: https://aur.archlinux.org/aurutils.git (read-only, click to copy)
Package Base: aurutils
Description: helper tools for the arch user repository
Upstream URL: https://github.com/AladW/aurutils
Keywords: aur aur-helper helper
Licenses: custom:ISC
Submitter: Alad
Maintainer: Alad (rafasc, cgirard, maximbaz, zoorat)
Last Packager: Alad
Votes: 265
Popularity: 2.49
First Submitted: 2016-03-26 19:17 (UTC)
Last Updated: 2024-03-30 10:39 (UTC)

Dependencies (14)

Sources (1)

Pinned Comments

Alad commented on 2023-05-21 12:54 (UTC) (edited on 2023-05-21 12:54 (UTC) by Alad)

After the git migration and introduction of pkgctl with devtools 1.0.0, it is recommended to recreate all aurutils chroots and update any pacman configuration in /etc/aurutils/pacman-x86_64.conf.

rm -rf /var/lib/aurbuild
cp /usr/share/devtools/pacman.conf.d/extra.conf /etc/aurutils/pacman-x86_64.conf
vim /etc/aurutils/pacman-x86_64.conf  # add local repository

https://archlinux.org/news/git-migration-completed/

Latest Comments

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

Alad commented on 2022-02-13 00:11 (UTC)

I've tested GET requests (which aurutils <=4.4 uses) with aurutils 5 and the master branch, and they still work as expected. Are you sure you're not noticing the issue with aur-sync -u described below?

je-vv commented on 2022-02-12 00:47 (UTC)

FYI, with the recen change on the AUR RPC API, 4.3 aurutils versions are not able to perform AUR queries. aurutils 5 does work, but it needs to be manually built and install, and then i'll start picking AUR updates agein.

rvlobato commented on 2022-02-09 00:01 (UTC)

anna3106: meanwhile, you can bump pkgver and change the sha256sums in the PKGBUILD and get the update.

anna3106 commented on 2022-02-08 22:12 (UTC)

Any reason why this hasn't been updated to 4.4 yet? Waiting on the fix for aur-sync -u reporting nothing to do.

Alad commented on 2022-02-05 10:49 (UTC)

https://github.com/AladW/aurutils/releases/tag/4.4

Apparently I can't flag packages out of date anymore...

je-vv commented on 2022-01-03 17:20 (UTC)

BTW, latest version, 4, fixes the AUR_QUERY_PARALLEL issue. Thanks !

Alad commented on 2021-12-26 20:01 (UTC)

Yeah, there was a change regarding curl (https://github.com/AladW/aurutils/commit/7c17ad493dc7f19cbd5c4418b79dcbaf46197aed). Please report the issue on github.

je-vv commented on 2021-12-18 08:33 (UTC)

Ohh, I found by unsetting AUR_QUERY_PARALLEL, which I had it set to 1 (though I didn't have AUR_QUERY_PARALLEL_MAX set), then aur came back to life... So I'm no longer setting it. However, is that expected? Could it be rather a curl issue (currently one, 7.80.0-1).

Thanks !

je-vv commented on 2021-12-18 08:09 (UTC)

It seems aurutils lost its ability to query on AUR?

% aur search -v python-babelfish                                                                                                                               
%

But I see the rpc aurweb interface working fine, for example:

https://aur.archlinux.org/rpc/?v=5&type=search&by=name&arg=python-babelfish

shows:

version 5
type    "search"
resultcount 1
results 
0   
ID  946110
Name    "python-babelfish"
PackageBaseID   99421
PackageBase "python-babelfish"
Version "0.6.0-1"
Description "A module to work with countries and languages"
URL "https://pypi.python.org/pypi/babelfish"
NumVotes    32
Popularity  0.710043
OutOfDate   null
Maintainer  "hcartiaux"
FirstSubmitted  1441506622
LastModified    1628601339
URLPath "/cgit/aur.git/snapshot/python-babelfish.tar.gz"

Not sure what's going on, and it fails for both versions: 3.2.1-1 and 3.3.0-1. Actually I was not getting any more upgrades when executing aur sync, so I manually installed 3.3.0-1, but it's still the same... Aa another example on how weird things are:

% aur sync -S -d laur --no-ver -f python-babelfish
==> Using [laur] repository
depends: no packages found

but:

% pacman -Ss python-babelfish                                                                                                                                  
laur/python-babelfish 0.6.0-1 [installed]
    A module to work with countries and languages

So I don't know what's going on, :( It seems aurutils no longer wants to find packages, not even the search for AUR packages is working for me...

Any help appreciated. Thanks !

Alad commented on 2021-12-07 16:01 (UTC)

https://github.com/AladW/aurutils/commit/aa2cb0aadbe26bbecd5cc5c1a180f6ddb2edd1ab.patch