Please use spdx license identifier and add awk, bash, coreutils, grep, pacman, procps-ng, sed, sudo to dependencies.
Search Criteria
Package Details: changeling 0-6
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 |
Submitter: | swiftgeek |
Maintainer: | swiftgeek |
Last Packager: | swiftgeek |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2013-08-29 23:57 (UTC) |
Last Updated: | 2015-06-09 23:32 (UTC) |
Dependencies (0)
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-git
weekly:ln -sr /usr/bin/changeling /etc/cron.weekly/mpv-git