aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD.in
diff options
context:
space:
mode:
authorbartus2019-09-12 22:38:04 +0200
committerbartus2019-09-16 21:49:33 +0200
commitbb1d6b811bebe54f89b41bc4b9f3ea99666d0f0a (patch)
treee340a59bb3630b105b55d669581b4db47c5628e2 /PKGBUILD.in
parent1ec3a15cc4c873f5ec2df7410b80a5ebea1fd8a0 (diff)
downloadaur-bb1d6b811bebe54f89b41bc4b9f3ea99666d0f0a.tar.gz
Update depends, new Lua scripting API.
Diffstat (limited to 'PKGBUILD.in')
-rw-r--r--PKGBUILD.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
index f638c47efd0b..ec3c2c1a8af3 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -39,7 +39,7 @@ makedepends=('git' 'gutenprint>=5.0.0' 'intltool>=0.40.1'
'alsa-lib>=1.0.0' 'libxslt' 'glib-networking'
'alsa-lib' 'curl' 'ghostscript' 'libxpm' 'webkit2gtk'
'libheif' 'libwebp' 'libmng' 'iso-codes' 'aalib' 'zlib'
- 'gjs' 'python-gobject'
+ 'gjs' 'python-gobject' 'luajit'
)
checkdepends=('xorg-server-xvfb')
optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
@@ -55,6 +55,7 @@ optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cu
'aalib: ASCII art support'
'zlib: Compression routines'
'gjs: JavaScript scripting support'
+ 'luajit: LUA scripting support'
)
source=('git+https://gitlab.gnome.org/GNOME/gimp.git'
'linux.gpl')