Package Details: aurutils 20.5.8-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: ISC
Submitter: Alad
Maintainer: Alad (zoorat, Pulec)
Last Packager: Pulec
Votes: 300
Popularity: 5.03
First Submitted: 2016-03-26 19:17 (UTC)
Last Updated: 2026-02-24 15:21 (UTC)

Dependencies (15)

Sources (1)

Pinned Comments

Alad commented on 2026-02-24 22:13 (UTC)

If you updated to gawk 5.4.0 before aurutils 20.5.8, you'll need to build the package manually (aur-build/makepkg) or append --no-graph to your aur-sync command.

Latest Comments

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

OpusOne commented on 2024-06-14 00:08 (UTC)

With the latest update (19.6) this is what we get when issuing: aur sync -u

Global symbol "$pkgdeps" requires explicit package name (did you forget to declare "my $pkgdeps"?) at /usr/share/perl5/vendor_perl/AUR/Depends.pm line 245.
Global symbol "$pkgdeps" requires explicit package name (did you forget to declare "my $pkgdeps"?) at /usr/share/perl5/vendor_perl/AUR/Depends.pm line 247.
Global symbol "$pkgmap" requires explicit package name (did you forget to declare "my $pkgmap"?) at /usr/share/perl5/vendor_perl/AUR/Depends.pm line 259.
Global symbol "$pkgmap" requires explicit package name (did you forget to declare "my $pkgmap"?) at /usr/share/perl5/vendor_perl/AUR/Depends.pm line 260.
Global symbol "%dag" requires explicit package name (did you forget to declare "my %dag"?) at /usr/share/perl5/vendor_perl/AUR/Depends.pm line 373.
Global symbol "$pkgmap" requires explicit package name (did you forget to declare "my $pkgmap"?) at /usr/share/perl5/vendor_perl/AUR/Depends.pm line 377.
Compilation failed in require at /usr/lib/aurutils/aur-depends line 9.
BEGIN failed--compilation aborted at /usr/lib/aurutils/aur-depends line 9.

qubeck commented on 2024-04-29 17:09 (UTC) (edited on 2024-04-29 17:12 (UTC) by qubeck)

You can replace custom:ISC with just ISC as per Arch Linux RFC 0016 :)

gromit commented on 2024-04-15 20:44 (UTC)

@glenntanner3, see the prerequisites for using the AUR, you have to have base-devel installed: https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started

glenntanner3 commented on 2024-04-15 20:25 (UTC)

I'm installing on a fresh system and I think the following need to be added as decencies: make, debugedit, fakeroot

Alad commented on 2023-11-21 21:20 (UTC)

@zoorat added you as comaintainer

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/

Alad commented on 2023-05-08 13:57 (UTC)

If you have an issue with aur-sync -u showing redundant packages, upgrade to 13.7.

Alad commented on 2023-03-06 15:55 (UTC)

I made expect optional in v12: https://github.com/AladW/aurutils/commit/952a4e2fcc8f84e5fabc492c4775773ee5a6f1a0

jhenson commented on 2023-03-03 21:08 (UTC)

It looks like expect should be a dependency again. aur-repo-filter is using the unbuffer command.