You are not logged in.

#1 2022-03-22 12:35:09

LinuxNoobs
Member
Registered: 2020-08-18
Posts: 2

Package Group Info

Hello Arch Users,

I want to find if there is a way to see the changelog of a Group Package. To see when new packages will insert to that group or old packages removed from that group.


Sorry for my English.

Regards.

Offline

#2 2022-03-22 13:17:56

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,978
Website

Re: Package Group Info

Since groups are implemented as tags on the respective packages via the groups=() array in the PKGBUILD, your only option is to diff the pkgbuild or track changes as displayed via pacman's -i flag.


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

#3 2022-03-22 15:28:13

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: Package Group Info

In theory you could grab db files from the archlinux archive and check the package metadata in databases from different dates. This would be fine for checking the difference in group memberships between two selected dates, but it'd be highly impractical for generating any long-term changelog.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB