greyltc-org / docker-archlinux-aur

The Official Arch Linux Docker image after installing an AUR helper.
GNU General Public License v3.0
83 stars 14 forks source link

"error: '*.pkg.tar': could not find or read package" after change to Zstandard for compression #5

Closed PMunch closed 3 years ago

PMunch commented 4 years ago

Had this error show up in a container I've been building with the add-aur script. Turns out it's because a lot of packages are switching to Zstandard for faster decompression speeds. This leads to them getting a new file extension. Changing https://github.com/greyltc/docker-archlinux-aur/blob/de94c439baf9fd393a5bb92aa566c6b5b8b765ec/add-aur.sh#L39 to install .pkg.tar.zst fixes the issue.

greyltc commented 3 years ago

Oh, thanks!

greyltc commented 3 years ago

all fixed!