summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Phinikarides2020-03-10 13:58:59 +0200
committerAlexander Phinikarides2020-03-10 13:58:59 +0200
commite40624a5dc759ca642a15fed57a07abc08c85069 (patch)
tree6d5efa22cb0e33837ef248f6bf684b2118576c24 /PKGBUILD
parent85c112043b15e7ef6210302e6c0803c2e24328c5 (diff)
downloadaur-e40624a5dc759ca642a15fed57a07abc08c85069.tar.gz
added lensfun as a dep
Signed-off-by: Alexander Phinikarides <alexisph@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 194ba9efcd6f..baebe5f91d57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=lightzone
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A professional photo browser and editor, like Aperture or Lightroom"
url="http://lightzoneproject.org/"
license=("custom:BSD-3-Clause")
@@ -15,6 +15,7 @@ provides=('lightzone')
depends=('java-runtime=11'
'javahelp2'
'lcms2'
+ 'lensfun'
'libjpeg-turbo'
'libtiff'
'libxml2')