summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54aa8c43940b..10e1a78fe884 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = onscripter-jh
depends = libjpeg-turbo
depends = bzip2
depends = libvorbis
+ depends = lua
provides = onscripter-jh-hg
conflicts = onscripter-jh-hg
source = https://bitbucket.org/jh10001/onscripter-jh/get/SDL2.zip
diff --git a/PKGBUILD b/PKGBUILD
index 81b11f277493..358613e3ef20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _commit=e0eaf62c1cd6
arch=('i686' 'x86_64' 'armv7h')
url="https://bitbucket.org/jh10001/onscripter-jh"
license=('GPL')
-depends=('sdl2' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_image' 'libjpeg-turbo' 'bzip2' 'libvorbis')
+depends=('sdl2' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_image' 'libjpeg-turbo' 'bzip2' 'libvorbis' 'lua')
makedepends=('gcc')
conflicts=('onscripter-jh-hg')
provides=('onscripter-jh-hg')