Search Criteria
Package Details: aurto 0.12.6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/aurto.git (read-only, click to copy) |
---|---|
Package Base: | aurto |
Description: | An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils. |
Upstream URL: | https://github.com/alexheretic/aurto |
Keywords: | aur |
Licenses: | MIT |
Submitter: | alexheretic |
Maintainer: | alexheretic |
Last Packager: | alexheretic |
Votes: | 9 |
Popularity: | 0.100061 |
First Submitted: | 2020-10-09 08:49 (UTC) |
Last Updated: | 2023-08-12 08:56 (UTC) |
Dependencies (10)
- aurutils (aurutils-git)
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2)
- devtools (devtools32-git, devtools-git)
- less (less-git)
- ninja (ninja-git, ninja-kitware, ninja-mem, python-ninja)
- pacman-contrib (pacman-contrib-git)
- pacutils (pacutils-git)
- sudo (nosudo, fake-sudo, polkit-fakesudo, sudo-git, doas-sudo-shim, fudo-git, sudo-selinux, doas-sudo-shim-minimal, sudo-hg)
- systemd (systemd-git, systemd-selinux)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
Latest Comments
1 2 Next › Last »
alexheretic commented on 2023-08-12 09:05 (UTC)
@haawda thanks I've done that for
0.12.6-2
. This is to ensure downloaded source filename uniqueness right or did you have another motivating reason?haawda commented on 2023-08-09 11:22 (UTC)
Sorry it was late yesterday...
What I actually wanted to say was: Please rename the downloaded tarball to something including the package name. There is a syntax for doing so, e.g.
alexheretic commented on 2023-08-08 12:27 (UTC)
@haawda do you mean the aur snapshot tar (https://aur.archlinux.org/cgit/aur.git/snapshot/aurto.tar.gz)? I don't control that, it's a feature of aur.
The upstream github source tar already is named for the tag/version.
haawda commented on 2023-08-08 11:06 (UTC)
Please rename the downloaded tarball to something including the version number.
Alad commented on 2022-02-15 22:44 (UTC)
The latest aurweb changes (and a particularly interesting bug report in https://github.com/AladW/aurutils/issues/918) prompted me to review and substantially rewrite the
aur-query
andaur-search
code.aur-search
has been simplified substantially due to moving implementation details toaur-query
. Latter gained POST requests, intersection and union of aurweb (json) responses, bug fixes for parallel curl, and better diagnostics of failed requests as well.Because
aur-query
touches most aspects of aurutils, I'd like people to do some testing of the current master branch (aurutils-git
on AUR, or from the github repository) and see ifaurto
is still functional.alexheretic commented on 2022-02-10 11:22 (UTC) (edited on 2022-02-10 11:28 (UTC) by alexheretic)
If you're stuck on aurutils 4.3, updates may have broken aurutils#901.
Fix by manually upgrading aurutils
alexheretic commented on 2021-04-24 18:41 (UTC)
@leothrix added, cheers
leothrix commented on 2021-04-24 17:43 (UTC)
Thanks for maintaining this package!
I use aurto on a few non-x86 architectures, and fortunately I can report that aarch64 and armv7h work great with this PKGBUILD. Could we get those architectures added?
alexheretic commented on 2021-04-23 09:38 (UTC)
@kilobyte fixed, thanks
kilobyte commented on 2021-04-22 23:18 (UTC)
Can you please change the architecture field from
any
tox86_64
?any
means the resulting binary is architecture independent. This usually applies to scripts or fonts, but definitely not to executable binaries.1 2 Next › Last »