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, zoorat) |
Last Packager: | cgirard |
Votes: | 274 |
Popularity: | 0.87 |
First Submitted: | 2016-03-26 19:17 (UTC) |
Last Updated: | 2025-01-24 15:06 (UTC) |
Dependencies (14)
- bash (bash-devel-gitAUR, bash-gitAUR)
- curl (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) (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 .. 4 5 6 7 8 9 10 11 12 13 14 15 Next › Last »
brianbuccola commented on 2019-10-31 21:23 (UTC)
Thanks @maximbaz, you were right. Changing
s/-/./g
tos/-//g
in thegit describe
line ofpkgver()
in the PKGBUILD fixed the issue.maximbaz commented on 2019-10-31 12:30 (UTC)
It's probably an issue with neomutt-git, whose pkgver() returns
2019.10.25.r58.g71b81b594-1
instead of20191025.r58.g71b81b594-1
brianbuccola commented on 2019-10-31 12:24 (UTC) (edited on 2019-10-31 12:26 (UTC) by brianbuccola)
Hi Alad, I've just installed neomutt-git, and aurutils thinks it needs to be upgraded (actually, downgraded) because the installed version differs from the AUR version:
And when I run "aur -uc", it starts to reinstall neomutt-git:
I'm not sure whether this is an aurutils issue or a neomutt-git issue, but since you maintain both packages, I figured you might be able to help. Thanks.
brisbin33 commented on 2019-10-29 18:32 (UTC)
Sorry about that, I didn't realize which package I was commenting on.
Alad commented on 2019-10-28 21:13 (UTC)
That code isn't available anywhere in aurutils. If anywhere, mention it to aurto.
brisbin33 commented on 2019-10-28 21:07 (UTC) (edited on 2019-10-28 21:08 (UTC) by brisbin33)
I believe this is the problem:
Without
-E
,sudo
will not passGNUPGHOME
on to the invoked command, so it won't be able to find my keys.However,
-E
is not the default behavior for some (I assume) security reasons, so I'm not sure you want to make that change. WDYT?brisbin33 commented on 2019-10-28 20:59 (UTC)
Thanks for the quick reply, I edited my previous comment, but I'll repeat here too:
I created a systemd "drop in":
I executed the
daemon-reload
andrestart
ed the service, but the error persists: unknown public key. Hmm.Alad commented on 2019-10-28 20:54 (UTC)
Try setting GNUPGHOME.
brisbin33 commented on 2019-10-28 20:51 (UTC) (edited on 2019-10-28 20:57 (UTC) by brisbin33)
Hi Alad, is it incorrect to expect the update-aurto systemd unit to work again after running --recv-keys?
It does not, so I'm not sure if there's more to debug, or if I'm expected to build aurto once manually before that'll work again.
Logs:
I use an alternative GPG home directory (~/.config/gnupg) so it's possible I need to export an environment variable somewhere to make this unit aware of that?
EDIT: I created a systemd "drop in":
But the error persists.
Alad commented on 2019-10-26 14:03 (UTC)
Fixed in 2.3.2.
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 15 Next › Last »