Package Details: aurto 0.14.2-1

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: 11
Popularity: 0.50
First Submitted: 2020-10-09 08:49 (UTC)
Last Updated: 2024-12-01 18:10 (UTC)

Latest Comments

1 2 Next › Last »

alexheretic commented on 2024-09-13 13:19 (UTC)

trust-check in 0.12.9 may be failing with "Stream error in the HTTP/2 framing layer" preventing auto updating.

To fix: update to the latest version manually, e.g. with:

aur sync --database=aurto --makepkg-conf=/etc/aurto/makepkg-chroot.conf --pacman-conf=/etc/aurto/pacman-chroot.conf --chroot --no-view aurto
sudo pacman -Syu

alexheretic commented on 2024-03-30 12:33 (UTC) (edited on 2024-03-30 12:39 (UTC) by alexheretic)

aurutils 19.2 has a bug in aur-chroot that can cause aurto auto updates to fail.

/usr/lib/aurutils/aur-chroot: line 208: printf: write error: Broken pipe

To fix manually upgrade aurutils, e.g. outside chroot

aur sync --database=aurto --upgrades

Best commented on 2023-10-11 21:23 (UTC)

missing a easy command to rebuild a package..

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.

source=("$pkgname-$pkgver.tar.gz::<your url>...")

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 and aur-search code.

aur-search has been simplified substantially due to moving implementation details to aur-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 if aurto 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

aur sync --no-view --no-confirm --database=aurto --makepkg-conf=/etc/aurto/makepkg-chroot.conf --chroot --pacman-conf=/etc/aurto/pacman-chroot.conf aurutils

sudo pacman -Syu

alexheretic commented on 2021-04-24 18:41 (UTC)

@leothrix added, cheers