Package Details: aurutils 19-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: 264
Popularity: 2.38
First Submitted: 2016-03-26 19:17 (UTC)
Last Updated: 2024-03-19 07:48 (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

1 2 3 4 5 6 .. 14 Next › Last »

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.

Alad commented on 2022-07-10 13:37 (UTC)

tcl/expect is no longer a dependency and can be removed. For other changes, see the aurutils 10 release announcement:

https://github.com/AladW/aurutils/releases/tag/10b

Alad commented on 2022-06-24 02:13 (UTC) (edited on 2022-07-10 12:45 (UTC) by Alad)

I've identified an issue when using aurutils.rebase (git-config option) with any aurutils version >=3.0.0. If this option is set for any package, then aur-fetch will use the same sync mode for all packages following it. This issue was introduced with https://github.com/AladW/aurutils/commit/f60bfb1c5154e36ccf391a28ae7a9ea516e920da

For example, if aurutils.rebase is set for foo, where ~/.cache/aurutils/sync/foo has a local commit applied on top of HEAD@{upstream}, then the sync mode will be "none" (i.e. no changes pulled in) and applied to any bar, baz... packages following foo.

tl;dr avoid aurutils.rebase with aurutils <=9.6, >=3.0. The issue is fixed in aurutils 10.

Alad commented on 2022-04-28 15:22 (UTC)

Fixed, thx

wioo commented on 2022-04-28 14:03 (UTC)

Some errors with 9.6-2

==> Starting prepare()... error: patch failed: makepkg/aurutils.changelog:17 error: makepkg/aurutils.changelog: patch does not apply ==> ERROR: A failure occurred in prepare().