Update dependencies for AppImage workflow

Upgrade the runner from Ubuntu 20.04 to 22.04.

Upgrade exiv2 from v0.28.3 to v0.28.5.

Upgrade libjxl from 0.10.3 to 0.11.1.

Use the system librsvg2.
This commit is contained in:
Lawrence Lee
2025-03-23 16:14:52 -07:00
parent 5f7cea0bcb
commit 2976b6f69b
2 changed files with 4 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
_pkgname="libjxl"
pkgname="$_pkgname"
pkgver='0.10.3'
pkgver='0.11.1'
pkgrel='1'
pkgdesc='JPEG XL image format reference implementation'
url='https://github.com/libjxl/libjxl'