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

Latest Comments

« First ‹ Previous 1 2

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?

diff --git a/PKGBUILD b/PKGBUILD
index e57dde6..4fe8b53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=aurto
pkgver=0.10.6
pkgrel=2
pkgdesc="An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils."
-arch=('x86_64')
+arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/alexheretic/aurto"
license=('MIT')
depends=('aurutils'

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 to x86_64? any means the resulting binary is architecture independent. This usually applies to scripts or fonts, but definitely not to executable binaries.

alexheretic commented on 2020-10-10 16:11 (UTC)

Since 0.10.1-1 no automatic cleanup is performed on package removal. As such removing aurto may now break pacman config requiring manual removal of the aurto config from /etc/pacman.conf.

alexheretic commented on 2020-10-09 12:05 (UTC)

@rEnr3n I think that only applies to makedepends, this is a runtime dependency so I don't think we should make that assumption (https://wiki.archlinux.org/index.php/PKGBUILD#makedepends)

rEnr3n commented on 2020-10-09 09:32 (UTC)

sudo should be removed from depends. It's part of base-devel.