Package Details: downgrade 11.3.0-1

Git Clone URL: https://aur.archlinux.org/downgrade.git (read-only, click to copy)
Package Base: downgrade
Description: Bash script for downgrading one or more packages to a version in your cache or the A.L.A.
Upstream URL: https://github.com/archlinux-downgrade/downgrade
Licenses: GPL
Submitter: brisbin33
Maintainer: brisbin33 (atreyasha)
Last Packager: atreyasha
Votes: 767
Popularity: 11.57
First Submitted: 2009-11-12 01:48 (UTC)
Last Updated: 2023-03-31 04:49 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

nonerd commented on 2014-05-17 15:13 (UTC)

When an application is broken after several system updates (pacman -Syu) you typically know _when_ it was working, but not which library versions you had then. So without downgrade(r) one browses the A.R.M. and looks at the package timestamps - yes they are there. Anyway thanks for the package! Maybe I'll have a use case in the future...

brisbin33 commented on 2014-05-17 12:55 (UTC)

> Would be more useful when listing package dates and supporting a --date option. Sorry, I don't think I'll implement this. I'm not sure the info's available and this tool is meant to stay as simple as possible. If it can be done in an extremely simple way, I would certainly review a PR though. Also, when you research a problem and decide downgrading is the solution, you'll typically know to what version you have to downgrade. I don't see the usefulness of dates here.

nonerd commented on 2014-05-17 11:40 (UTC)

@SanskritFritz: Suggestions for improvement are not meant as troll food.

SanskritFritz commented on 2014-05-17 10:27 (UTC)

@nonerd: Would be useful if you actually did maintain at least one package for reference we all could learn from.

nonerd commented on 2014-05-17 06:01 (UTC)

Would be more useful when listing package dates and supporting a --date option.

brisbin33 commented on 2014-01-13 20:44 (UTC)

I think it's fixed. Sorry!

brisbin33 commented on 2014-01-13 20:34 (UTC)

Ah crap, I do less testing on the bash-completion since I'm a zsh user. Let me see if I can figure it out...

dhaines commented on 2014-01-13 20:32 (UTC)

I'm getting this with the newest version: -bash: /etc/bash_completion.d/downgrade: line 5: syntax error near unexpected token `;;' -bash: /etc/bash_completion.d/downgrade: line 5: ` COMPREPLY=($(compgen -W "$(pacman -Qqs "^$cur")")) ;;'

brisbin33 commented on 2014-01-13 19:06 (UTC)

Dropped v5 -- greatly simplified and thus changed usage. See man downgrade for details.

brisbin33 commented on 2013-09-25 13:37 (UTC)

WovenTales, I'd love to give downgrade some sort of --provider option or maybe just use an ARM_SOURCE environment variable, but the alternate sources would have to offer the same interface as the current source. Do you know what kind of interface/API iprimus is offering?