Search Criteria
Package Details: aurutils 20.4-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: | ISC |
Submitter: | Alad |
Maintainer: | Alad (rafasc, cgirard, maximbaz, zoorat) |
Last Packager: | cgirard |
Votes: | 272 |
Popularity: | 1.76 |
First Submitted: | 2016-03-26 19:17 (UTC) |
Last Updated: | 2025-01-24 15:06 (UTC) |
Dependencies (14)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- git (git-gitAUR, git-glAUR)
- 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 (devtools-gitAUR, devtools-doasAUR, devtools32-gitAUR) (optional) – aur-chroot
- git-delta (optional) – view-delta example script
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (optional) – aur-sync ninja support
- python-srcinfo (optional) – sync-rebuild example script
- vifm (vifm-gitAUR) (optional) – default pager
- zsh (zsh-gitAUR) (optional) – zsh completion
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 15 Next › Last »
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_startedglenntanner3 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
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/
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/952a4e2fcc8f84e5fabc492c4775773ee5a6f1a0jhenson 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, thenaur-fetch
will use the same sync mode for all packages following it. This issue was introduced with https://github.com/AladW/aurutils/commit/f60bfb1c5154e36ccf391a28ae7a9ea516e920daFor example, if
aurutils.rebase
is set forfoo
, where~/.cache/aurutils/sync/foo
has a local commit applied on top ofHEAD@{upstream}
, then the sync mode will be "none" (i.e. no changes pulled in) and applied to anybar
,baz
... packages followingfoo
.tl;dr avoid
aurutils.rebase
with aurutils <=9.6, >=3.0. The issue is fixed in aurutils 10.« First ‹ Previous 1 2 3 4 5 6 7 .. 15 Next › Last »