downgrade 11.4.2-1

Status: SUCCESS
Last updated: 2024-10-23 16:30
Description: Bash script for downgrading one or more packages to a version in your cache or the A.L.A.
Upstream: AUR

Build Output


==> Making package: downgrade 11.4.2-1 (Wed Oct 23 16:30:29 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (2) fzf-0.55.0-1 pacman-contrib-1.10.6-2

Total Installed Size: 4.26 MiB

:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing pacman-contrib...
Optional dependencies for pacman-contrib
diffutils: for pacdiff [installed]
fakeroot: for checkupdates [installed]
findutils: for pacdiff --find [installed]
mlocate: for pacdiff --locate
perl: for pacsearch [installed]
sudo: privilege elevation for several scripts [installed]
vim: default merge program for pacdiff
installing fzf...
Optional dependencies for fzf
fish: fish keybindings
tmux: fzf-tmux script for launching fzf in a tmux pane
vim: plugin
zsh: zsh keybindings
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
Skipped: Current root is not booted.
(2/2) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading downgrade-v11.4.2.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0

100 56002 100 56002 0 0 200k 0 --:--:-- --:--:-- --:--:-- 200k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
downgrade-v11.4.2.tar.gz ... Passed
==> Extracting sources...
-> Extracting downgrade-v11.4.2.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
install -Dm644 conf/downgrade.conf "/builder/pkg/downgrade/etc/xdg/downgrade/downgrade.conf"
install -Dm644 doc/downgrade.8 "/builder/pkg/downgrade/usr/share/man/man8/downgrade.8"
install -Dm644 doc/pacignore.8 "/builder/pkg/downgrade/usr/share/man/man8/pacignore.8"
for script_ in downgrade pacignore; do \
install -Dm755 "bin/$script_" "/builder/pkg/downgrade/usr/bin/$script_"; \
install -Dm644 "completion/$script_/bash" "/builder/pkg/downgrade/usr/share/bash-completion/completions/$script_"; \
install -Dm644 "completion/$script_/zsh" "/builder/pkg/downgrade/usr/share/zsh/site-functions/_${script_}"; \
install -Dm644 "completion/$script_/fish" "/builder/pkg/downgrade/usr/share/fish/vendor_completions.d/${script_}.fish"; \
done
for po_file_ in locale/**/*.po; do \
locale_="$(basename "$po_file_" .po)"; \
script_="$(basename "$(dirname "$po_file_")")"; \
mkdir -p "/builder/pkg/downgrade/usr/share/locale/$locale_/LC_MESSAGES/"; \
msgfmt "$po_file_" -o "/builder/pkg/downgrade/usr/share/locale/$locale_/LC_MESSAGES/${script_}.mo"; \
done
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "downgrade"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: downgrade 11.4.2-1 (Wed Oct 23 16:30:33 2024)