summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2021-08-03 01:15:47 +0000
committerDaniel Bermond2021-08-03 01:15:47 +0000
commit41bfaf9688f840c8c09032061b0ea33677fa15c5 (patch)
tree3e9ae61111ab7551e825c84a0faeda014b3614ad /PKGBUILD
parent41557245a0769192d3ab898a4af9ed8414d042c1 (diff)
downloadaur-41bfaf9688f840c8c09032061b0ea33677fa15c5.tar.gz
Fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5221533160e9..fa477971a8a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
pkgbase=libjxl
pkgname=('libjxl' 'libjxl-doc')
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc='JPEG XL image format reference implementation'
arch=('x86_64')
url='https://jpeg.org/jpegxl/'
license=('BSD')
-license=('Apache')
makedepends=('git' 'cmake' 'clang' 'brotli' 'gdk-pixbuf2' 'giflib' 'gimp'
'gperftools' 'libjpeg-turbo' 'libpng' 'openexr' 'zlib' 'libgl'
'freeglut' 'gtest' 'gmock' 'python' 'asciidoc' 'doxygen'