Skip to main content
Topic: pacman -Qi vs -Si for lrzip package put in Artix repos after install (Read 473 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

pacman -Qi vs -Si for lrzip package put in Artix repos after install

It's not a problem but I thought this was interesting to observe how it has worked. I was looking at the lrzip package (which offers extra powerful file compression, possibly the best currently available) which I had already installed, and it had an earlier build date than the one in the repos, yet it had not been updated. This must be because it has been added to the Artix repos since, but keeping the same version number. So I have the Arch build and not the Artix one, yet it has never been automatically updated.

Code: [Select]
Name            : lrzip
Version         : 0.631-3
Description     : Multi-threaded compression with rzip/lzma, lzo, and zpaq
Architecture    : x86_64
URL             : https://github.com/ckolivas/lrzip
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : lzo
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 789.28 KiB
Packager        : Filipe Laíns <[email protected]>
Build Date      : Mon 18 May 2020 00:26:15 BST
Install Date    : Mon 18 May 2020 14:17:50 BST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature

Repository      : world
Name            : lrzip
Version         : 0.631-3
Description     : Multi-threaded compression with rzip/lzma, lzo, and zpaq
Architecture    : x86_64
URL             : https://github.com/ckolivas/lrzip
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : lzo
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 229.86 KiB
Installed Size  : 789.27 KiB
Packager        : Artix Build Bot <[email protected]>
Build Date      : Mon 10 Aug 2020 14:08:00 BST
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Repository      : community
Name            : lrzip
Version         : 0.631-3
Description     : Multi-threaded compression with rzip/lzma, lzo, and zpaq
Architecture    : x86_64
URL             : https://github.com/ckolivas/lrzip
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : lzo
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 229.94 KiB
Installed Size  : 789.28 KiB
Packager        : Filipe Laíns <[email protected]>
Build Date      : Mon 18 May 2020 00:26:15 BST
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Re: pacman -Qi vs -Si for lrzip package put in Artix repos after install

Reply #1
yup, this is normal. If we import the package into artix from archlinux, then it has the same version / build number as archlinux (same as the current package in archlinux). So you won't actually get until the next version (unless you intentionally reinstall). :-)