Search Criteria
Package Details: update-mirrors 1.23-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/update-mirrors.git (read-only, click to copy) |
---|---|
Package Base: | update-mirrors |
Description: | A simple command line (CLI) tool designed to simplify updating mirrors of Arch Linux-based systems. |
Upstream URL: | https://github.com/nellowint/update-mirrors |
Licenses: | GNU |
Submitter: | nellowint |
Maintainer: | nellowint |
Last Packager: | nellowint |
Votes: | 1 |
Popularity: | 0.148082 |
First Submitted: | 2025-06-25 18:02 (UTC) |
Last Updated: | 2025-06-25 18:02 (UTC) |
Dependencies (3)
- bash-completion (bash-completion-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
a821 commented on 2025-07-25 19:18 (UTC)
PKGBUILD
s should not usesudo
and also should not touch$HOME
. Please install the files to$pkgdir
. See https://wiki.archlinux.org/title/Arch_package_guidelinesSince there are no upstream tags, this package should have the
-git
suffix. Please check the VCS guidelines