FS#64995 - [pacman] update pkgext compression in makepkg.conf

Attached to Project: Arch Linux
Opened by Josip Ponjavic (metak) - Tuesday, 31 December 2019, 16:52 GMT
Last edited by Allan McRae (Allan) - Wednesday, 01 January 2020, 01:25 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Arch switched to zstd compression, but /etc/makepkg.conf file in pacman package wasn't updated accordingly.

COMPRESSZST=(zstd -c -z -q -)
https://git.archlinux.org/svntogit/packages.git/tree/trunk/makepkg.conf?h=packages/pacman#n133
PKGEXT='.pkg.tar.xz'
https://git.archlinux.org/svntogit/packages.git/tree/trunk/makepkg.conf?h=packages/pacman#n144

This is how it is in devtools package: https://git.archlinux.org/devtools.git/tree/makepkg-x86_64.conf

COMPRESSZST=(zstd -c -T0 --ultra -20 -)
PKGEXT='.pkg.tar.zst'

Additional info:
* pacman 5.2.1-1
This task depends upon

Closed by  Allan McRae (Allan)
Wednesday, 01 January 2020, 01:25 GMT
Reason for closing:  Not a bug

Loading...