Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
libjxl
Commits:
cdaada0b by Daniel Bermond at 2024-11-26T23:46:23-03:00
upgpkg: 0.11.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libjxl
pkgdesc = JPEG XL image format reference implementation
- pkgver = 0.11.0
- pkgrel = 2
+ pkgver = 0.11.1
+ pkgrel = 1
url = https://jpeg.org/jpegxl/
arch = x86_64
license = BSD-3-Clause
@@ -22,7 +22,7 @@ pkgbase = libjxl
makedepends = doxygen
makedepends = graphviz
makedepends = xdg-utils
- source = git+https://github.com/libjxl/libjxl.git#tag=v0.11.0
+ source = git+https://github.com/libjxl/libjxl.git#tag=v0.11.1
source = git+https://github.com/google/brotli.git
source = git+https://github.com/mm2/Little-CMS.git
source = git+https://github.com/google/googletest.git
@@ -33,7 +33,7 @@ pkgbase = libjxl
source = git+https://github.com/madler/zlib.git
source = libjxl-testdata::git+https://github.com/libjxl/testdata.git
source = git+https://github.com/libjpeg-turbo/libjpeg-turbo.git
- sha256sums =
e8bd4fd3d3a561aa1875cc5253f9d0308474fa9825c07961b8a36ddda19f4011
+ sha256sums =
6420adcb5ccd23547eed91feb38ac9d7bdaac77def7183776e00699880148e3e
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgbase=libjxl
pkgname=('libjxl' 'libjxl-doc')
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.11.1
+pkgrel=1
pkgdesc='JPEG XL image format reference implementation'
arch=('x86_64')
url='https://jpeg.org/jpegxl/'
@@ -23,7 +23,7 @@
source=("git+https://github.com/libjxl/libjxl.git#tag=v${pkgver}"
'git+https://github.com/madler/zlib.git'
'libjxl-testdata'::'git+https://github.com/libjxl/testdata.git'
'git+https://github.com/libjpeg-turbo/libjpeg-turbo.git')
-sha256sums=('e8bd4fd3d3a561aa1875cc5253f9d0308474fa9825c07961b8a36ddda19f4011'
+sha256sums=('6420adcb5ccd23547eed91feb38ac9d7bdaac77def7183776e00699880148e3e'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libjxl/-/commit/cdaada0b8f1c2b00f4b0e19c7d14b12c0593b566
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libjxl/-/commit/cdaada0b8f1c2b00f4b0e19c7d14b12c0593b566
You're receiving this email because of your account on gitlab.archlinux.org.