Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
libjxl
Commits:
8ef9b2fc by Daniel Bermond at 2026-02-10T21:35:03-03:00
upgpkg: 0.11.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libjxl
pkgdesc = JPEG XL image format reference implementation
- pkgver = 0.11.1
- pkgrel = 5
+ pkgver = 0.11.2
+ pkgrel = 1
url = https://jpeg.org/jpegxl/
arch = x86_64
license = BSD-3-Clause
@@ -21,13 +21,13 @@ pkgbase = libjxl
makedepends = libpng
makedepends = python
makedepends = xdg-utils
- source = git+https://github.com/libjxl/libjxl.git#tag=v0.11.1
+ source = git+https://github.com/libjxl/libjxl.git#tag=v0.11.2
source = git+https://github.com/mm2/Little-CMS.git
source = git+https://github.com/webmproject/sjpeg.git
source = git+https://skia.googlesource.com/skcms.git
source = libjxl-testdata::git+https://github.com/libjxl/testdata.git
source = git+https://github.com/libjpeg-turbo/libjpeg-turbo.git
- sha256sums =
6420adcb5ccd23547eed91feb38ac9d7bdaac77def7183776e00699880148e3e
+ sha256sums =
0d1a459ef8390a8d991f8e6501c0292cc5f443a7663aeedf0922df855a61f9a2
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgbase=libjxl
pkgname=('libjxl' 'libjxl-doc')
-pkgver=0.11.1
-pkgrel=5
+pkgver=0.11.2
+pkgrel=1
pkgdesc='JPEG XL image format reference implementation'
arch=('x86_64')
url='https://jpeg.org/jpegxl/'
@@ -31,7 +31,7 @@
source=("git+https://github.com/libjxl/libjxl.git#tag=v${pkgver}"
'git+https://skia.googlesource.com/skcms.git'
'libjxl-testdata'::'git+https://github.com/libjxl/testdata.git'
'git+https://github.com/libjpeg-turbo/libjpeg-turbo.git')
-sha256sums=('6420adcb5ccd23547eed91feb38ac9d7bdaac77def7183776e00699880148e3e'
+sha256sums=('0d1a459ef8390a8d991f8e6501c0292cc5f443a7663aeedf0922df855a61f9a2'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libjxl/-/commit/8ef9b2fc8648972cd8a9a9c5a4a3f8e9e0ed98a9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libjxl/-/commit/8ef9b2fc8648972cd8a9a9c5a4a3f8e9e0ed98a9
You're receiving this email because of your account on gitlab.archlinux.org.