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

cgirard commented on 2019-04-01 10:14 (UTC)

@krutoileshii: please check pinned comments

krutoileshii commented on 2019-03-31 01:40 (UTC)

Got a failure with SHA256sum on this one. It seems that it should be: 5c610fdf4f9bed7cc13d3da61f0795296314f93f71ee6a808f9518311ff999a1

Alad commented on 2019-03-17 11:20 (UTC)

I made a huge mess in git, so the checksums of the 2.3.1 archive have changed. The PKGBUILD was updated accordingly. If you use aurutils-git, you should rebuild the package as well, e.g. with aur build -f.

ohmysql commented on 2019-01-28 06:37 (UTC)

Oops, I see now! That is awesome to be able to sign packages that way. I think the problem I was having was that I somehow installed aurutils with the -s option and it was constantly asking me for my key. Thank you so much for your patience in helping me get to the bottom of this error.

Alad commented on 2019-01-28 05:34 (UTC) (edited on 2019-01-28 05:35 (UTC) by Alad)

The -s or --sign option is there to sign the packages you built with your GPG key. If you don't enter the key, GPG considers it an error (and thus, so does aur-sync).

If you want to automatically import GPG keys, you can configure GPG as described in man aur-build (auto-key-retrieve). Is that what you mean?

ohmysql commented on 2019-01-28 01:38 (UTC)

Hi Alad, my deepest thanks for your AUR wrapper.

Question: I'm getting a strange error after every build:

gpg: signing failed: Operation cancelled (if I don't enter my personal GPG key). For instance, was just trying to do aur sync -s zoiper (an aur package which doesn't use an .asc or .gpg as far as I can tell). And I got that error again.

It seems I've signed something strange with my personal key. I've tried deleting and recreating aurutils databases with no luck.

Alad commented on 2019-01-27 21:02 (UTC)

Thanks, updated.

Scimmia commented on 2019-01-25 19:02 (UTC)

Your logic in the post_update script is faulty. Using (( <num> )) will run if <num> is non-zero, which is true for -1.

guygma commented on 2018-12-06 14:05 (UTC)

@Alad: Not using repose. Just a bare bones aurutils setup. I am happy on the git version for now and I haven't seen this issue with a non-chroot build on my other machines so I will just mentally flag it and raise it again if it becomes a road block.

Alad commented on 2018-12-06 10:54 (UTC)

Note: one last patch for the 1.5 series: https://github.com/AladW/aurutils/commit/a80c52d5c518b46e4ac4bd5b3d05fd5e5e9434e0.patch