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.54
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 9 10 11 .. 14 Next › Last »

FernandoBasso commented on 2020-09-21 09:54 (UTC)

2.3.6b, and still this:

$ aur sync --upgrades
==> Using [aurpkgs] repository
  -> aurutils: 2.3.5-1 -> 2.3.6b-1
==> Retrieving package files
From https://aur.archlinux.org/aurutils
 = [up to date]      master     -> origin/master
Running makepkg --clean --syncdeps
==> ERROR: build: invalid argument (no packages found)

Is it still expected for 2.6.3b or it is something wrong on my end?

Alad commented on 2020-09-19 16:43 (UTC)

Fixed in 2.3.6

Mel commented on 2020-09-19 11:58 (UTC)

Starting with 2.3.5 aur build and aur sync operations error out with

~ ▶ aur sync --rebuild --no-view aurutils
==> Using [loonix] repository
==> Retrieving package files
From https://aur.archlinux.org/aurutils
 = [up to date]      master     -> origin/master
Running makepkg --clean --syncdeps
==> ERROR: build: invalid argument (no packages found)
~ ▶ 

ArchPCK commented on 2020-09-05 16:36 (UTC) (edited on 2020-09-05 16:40 (UTC) by ArchPCK)

To make it build, import alads key from pacman keychain:

pacman-key --export DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A | gpg --import

merlock commented on 2020-08-20 21:26 (UTC)

@rafaelff:

The "ERROR..." is what I am talking about. I inserted multiple blank lines after that to show that the first package installed just fine without error.

I do note that I should've used '--list-keys' instead, but that's really a moot point, because the key in question is my key. (Note the 'Signing package(s)... and 'Created signature file...' lines above the error).

rafaelff commented on 2020-08-20 16:22 (UTC)

@merlock: Actually, do you mean ERROR: The key F24B2F77 does not exist in your keyring. ? If yes, then notice how right after this error message, the GPG key is added via gpg --recv-keys F24B2F77. Looks good to me.

merlock commented on 2020-08-20 15:45 (UTC) (edited on 2020-08-20 15:50 (UTC) by merlock)

Interesting error popped up today, while updating 2 packages.

http://ix.io/2uJl (terminal output)

TL/DR: Key error after first package installed successfully.

Alad commented on 2020-07-30 16:30 (UTC)

https://github.com/AladW/aurutils/issues/730

lpc123 commented on 2020-07-28 14:10 (UTC)

Had to manually add using gpg debug and manually download from MIT. Weird.

lpc123 commented on 2020-07-27 15:32 (UTC)

Key is importing, but comes with "no user ID"

Servers used in dirmngr.conf are: keyserver hkp://jirk5u4osbsr34t5.onion keyserver hkp://keys.gnupg.net keyserver hkp://pool.sks-keyservers.net:80

Result is: ==> Verifying source file signatures with gpg... aurutils-2.3.3.tar.gz ... FAILED (unknown public key 6BC26A17B9B7018A) ==> ERROR: One or more PGP signatures could not be verified!