summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c9da1113b9b..155426ed4e5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libjpeg-xl
pkgdesc = JPEG XL image format reference implementation
- pkgver = 0.1
+ pkgver = 0.1.1
pkgrel = 1
url = https://jpeg.org/jpegxl/
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = libjpeg-xl
makedepends = python
makedepends = doxygen
makedepends = graphviz
- source = git+https://gitlab.com/wg1/jpeg-xl.git#tag=v0.1
+ source = git+https://gitlab.com/wg1/jpeg-xl.git#tag=v0.1.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 84e4235a0812..eba235859f34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libjpeg-xl
pkgname=('libjpeg-xl' 'libjpeg-xl-doc')
-pkgver=0.1
+pkgver=0.1.1
pkgrel=1
pkgdesc='JPEG XL image format reference implementation'
arch=('x86_64')