summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2021-04-23 12:43:44 +0000
committerDaniel Bermond2021-04-23 12:43:44 +0000
commit5b01f438f8e5c9c57faf77d2e918501c2890551d (patch)
treecb16ba89d885d4a0bb06c0a65f42a6e372c34f6b /PKGBUILD
parentb2f1b2108a6070e008eca2ef3ea4aa88f785c89d (diff)
downloadaur-libjpeg-xl-git.tar.gz
Match latest upstream changes
man pages now requires asciidoc to be built.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09955dbf0b7a..4dcb98c3d29a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libjpeg-xl-git
pkgname=('libjpeg-xl-git' 'libjpeg-xl-doc-git')
-pkgver=0.3.3.r0.g65825c8
+pkgver=0.3.7.r3.gab7c5e9
pkgrel=1
pkgdesc='JPEG XL image format reference implementation (git version)'
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'
'git+https://github.com/google/brotli.git'
'git+https://github.com/lvandeve/lodepng.git'