@zoorat added you as comaintainer
Search Criteria
Package Details: aurutils 18.5-1
Package Actions
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: | zoorat |
Votes: | 261 |
Popularity: | 5.50 |
First Submitted: | 2016-03-26 19:17 (UTC) |
Last Updated: | 2023-11-22 03:40 (UTC) |
Dependencies (14)
- bash (bash-devel-static-gitAUR, bash-gitAUR, bash-xdgAUR, bash-devel-gitAUR, busybox-coreutilsAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR)
- pacutils (pacutils-gitAUR)
- perl (perl-gitAUR)
- perl-json-xs
- bash-completion (bash-completion-gitAUR) (optional) – bash completion
- bat (bat-cat-gitAUR) (optional) – view-delta example script
- devtools (devtools32-gitAUR, devtools-gitAUR) (optional) – aur-chroot
- git-delta (optional) – view-delta example script
- ninja (ninja-gitAUR, ninja-kitwareAUR, ninja-memAUR, ninja-is-samuraiAUR) (optional) – aur-sync ninja support
- python-srcinfo (optional) – sync-rebuild example script
- vifm (vifm-gitAUR) (optional) – default pager
- zsh (zsh-gitAUR, zsh-fix-winchanged-gitAUR) (optional) – zsh completion
Required by (6)
Sources (1)
Alad commented on 2023-11-21 21:20 (UTC)
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
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:
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().
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
withdevtools
1.0.0, it is recommended to recreate all aurutils chroots and update any pacman configuration in/etc/aurutils/pacman-x86_64.conf
.https://archlinux.org/news/git-migration-completed/