summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50258d2fcc14..1f09cb2d86dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libjpeg-xl
pkgdesc = JPEG XL image format reference implementation
- pkgver = 0.3
- pkgrel = 2
+ pkgver = 0.3.1
+ pkgrel = 1
url = https://jpeg.org/jpegxl/
arch = x86_64
license = Apache
@@ -24,7 +24,7 @@ pkgbase = libjpeg-xl
makedepends = doxygen
makedepends = graphviz
makedepends = highway
- source = git+https://gitlab.com/wg1/jpeg-xl.git#tag=v0.3
+ source = git+https://gitlab.com/wg1/jpeg-xl.git#tag=v0.3.1
source = git+https://github.com/google/brotli.git
source = git+https://github.com/lvandeve/lodepng.git
source = git+https://github.com/mm2/Little-CMS.git
diff --git a/PKGBUILD b/PKGBUILD
index 2fb46c46d9ef..7f311eac8b59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=libjpeg-xl
pkgname=('libjpeg-xl' 'libjpeg-xl-doc')
-pkgver=0.3
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
pkgdesc='JPEG XL image format reference implementation'
arch=('x86_64')
url='https://jpeg.org/jpegxl/'