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

bbx0 commented on 2019-10-26 09:00 (UTC)

==> ERROR: '-d' does not have a valid database archive extension. To "fix" the issue you may uninstall the xdelta3 dependency. In aurutils 2.3.1 the delta option gets enabled automatically for repo-add but it was removed [1] in pacman.

It might be fixed in the git version of aurutils [2] but I did not test that as removing xdelta3 worked just fine.

[1] https://git.archlinux.org/pacman.git/commit/scripts/repo-add.sh.in?id=9adb0d5b37df7ca668e23877e85431dabeea005e [2] https://github.com/AladW/aurutils/commit/2a6d1ef656e22f1ecb831d16ff6191cff8c212d9#diff-e8acc63b1e238f3255c900eed37254b8

bone commented on 2019-10-25 05:13 (UTC)

==> ERROR: '-d' does not have a valid database archive extension. I have the same issue. I also thought it is a problem on my side. But now that you wrote the same thing, I guess it is related to the pacman upgrade to v5.2 (or something like that)

aurifier commented on 2019-10-25 03:40 (UTC)

Whenever I try to aur sync ... a package, I get this failure after the package builds:

==> Finished making: aurutils 2.3.1-1 (Thu 24 Oct 2019 11:38:39 PM EDT) ==> Cleaning up... ==> ERROR: '-d' does not have a valid database archive extension.

Has something gone wrong with my aur database, perhaps?

krakenfury commented on 2019-10-16 13:48 (UTC)

@jogdand thank you repo-remove worked.

made a mistake and deleted my original comment, so for context i had a package that i removed that was still in my custom package database. it kept trying to upgrade whenever i used aur sync -u

used repo-add before, but didn't know about repo-remove

jogdand commented on 2019-10-16 05:50 (UTC)

@krakenfury, you can use repo-remove as described in this (https://github.com/AladW/aurutils/issues/305#issuecomment-367068699) issue.

Also: you might want to delete deltas. For this just add .deltas suffix in package name and repeat repo-remove

Alad commented on 2019-09-28 17:01 (UTC) (edited on 2019-09-28 17:01 (UTC) by Alad)

zsh completion works fine for me. I don't support or use third-party projects like oh-my-zsh. You do need compinit enabled - see man zshcompsys.

Ucak commented on 2019-09-28 10:55 (UTC) (edited on 2019-09-29 09:38 (UTC) by Ucak)

Hey, zsh completion seems to be not working, do i have to install some other packages or plugins for oh-my-zsh?

Edit: https://aur.archlinux.org/packages/aurutils/#comment-709729 thanks, compinit worked.

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

@krutoileshii: please check pinned comments