summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc226176c79f..c8038b54656d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libjpeg-xl
pkgdesc = JPEG XL image format reference implementation
- pkgver = 0.3.6
+ pkgver = 0.3.7
pkgrel = 1
url = https://jpeg.org/jpegxl/
arch = x86_64
@@ -21,10 +21,11 @@ pkgbase = libjpeg-xl
makedepends = gtest
makedepends = gmock
makedepends = python
+ makedepends = asciidoc
makedepends = doxygen
makedepends = graphviz
makedepends = highway
- source = git+https://gitlab.com/wg1/jpeg-xl.git#tag=v0.3.6
+ source = git+https://gitlab.com/wg1/jpeg-xl.git#tag=v0.3.7
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 25ab6550455a..0ba90b8e001e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libjpeg-xl
pkgname=('libjpeg-xl' 'libjpeg-xl-doc')
-pkgver=0.3.6
+pkgver=0.3.7
pkgrel=1
pkgdesc='JPEG XL image format reference implementation'
arch=('x86_64')
@@ -10,7 +10,8 @@ url='https://jpeg.org/jpegxl/'
license=('Apache')
makedepends=('git' 'cmake' 'clang' 'brotli' 'gdk-pixbuf2' 'giflib' 'gimp'
'libjpeg-turbo' 'libpng' 'openexr' 'zlib' 'libgl' 'freeglut'
- 'gtest' 'gmock' 'python' 'doxygen' 'graphviz' 'highway')
+ 'gtest' 'gmock' 'python' 'asciidoc' 'doxygen' 'graphviz'
+ 'highway')
source=("git+https://gitlab.com/wg1/jpeg-xl.git#tag=v${pkgver}"
'git+https://github.com/google/brotli.git'
'git+https://github.com/lvandeve/lodepng.git'