Please use spdx license identifier and add awk, bash, coreutils, grep, pacman, procps-ng, sed, sudo to dependencies.
Search Criteria
Package Details: changeling 0-7
Package Actions
| Git Clone URL: | https://aur.archlinux.org/changeling.git (read-only, click to copy) |
|---|---|
| Package Base: | changeling |
| Description: | Change just version of any package |
| Upstream URL: | https://gist.github.com/swiftgeek/570d3ff3e700f8699c16 |
| Licenses: | GPL-2.0-only |
| Submitter: | swiftgeek |
| Maintainer: | swiftgeek |
| Last Packager: | swiftgeek |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2013-08-29 23:57 (UTC) |
| Last Updated: | 2026-07-08 20:37 (UTC) |
Dependencies (8)
- awk (gawk-gitAUR, gawk)
- bash (bash-gitAUR, bash-devel-gitAUR)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, uutils-coreutils-git-binAUR, uutils-coreutils-gitAUR)
- grep (grep-gitAUR, grep-compatAUR, uutils-grep-gitAUR, rg-grepAUR)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR, pacman-selinuxAUR)
- procps-ng (procps-ng-nosystemd-gitAUR, procps-ng-gitAUR)
- sed (sed-gitAUR, uutils-sedAUR)
- sudo (sudo-gitAUR, fudo-gitAUR, sudo-selinuxAUR, doas-sudo-shim-gitAUR, run0-sudoAUR, run0-sudo-shim-selinuxAUR, run0-sudo-shimAUR, run0-sudo-shim-gitAUR, doas-sudo-shimAUR, voixAUR)
Required by (0)
Sources (1)
Latest Comments
micwoj92 commented on 2024-08-11 07:46 (UTC)
swiftgeek commented on 2013-09-10 19:32 (UTC) (edited on 2024-08-11 22:19 (UTC) by swiftgeek)
Changelog: https://gist.github.com/swiftgeek/570d3ff3e700f8699c16/revisions
This scripts allows for changing version field of package in pacman db, for purpose of automatically adding git/vcs packages to update queue during system updates using AUR helpers ( eg. yaourt -Syua ). Example invocation:
• Just downgrade to version a-0, which will force update (default):
changeling firefox-nightly
• Change to specified version:
changeling firefox-nightly 666-666
A simple symlink can be used instead to update eg. mpv-git weekly:
ln -sr /usr/bin/changeling /etc/cron.weekly/mpv-git
Pinned Comments
swiftgeek commented on 2013-09-10 19:32 (UTC) (edited on 2024-08-11 22:19 (UTC) by swiftgeek)
Changelog: https://gist.github.com/swiftgeek/570d3ff3e700f8699c16/revisions
This scripts allows for changing version field of package in pacman db, for purpose of automatically adding git/vcs packages to update queue during system updates using AUR helpers ( eg.
yaourt -Syua). Example invocation:• Just downgrade to version
a-0, which will force update (default):• Change to specified version:
A simple symlink can be used instead to update eg.
mpv-gitweekly:ln -sr /usr/bin/changeling /etc/cron.weekly/mpv-git