summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordianlujitao2017-05-26 21:54:59 +0800
committerdianlujitao2017-05-26 21:54:59 +0800
commitda0913235bce26c23ad709c3c99823c32aa380d0 (patch)
tree000a5a3278e293adc9bf41fa69f68fff5d9ccd7d
parent99aee9db8f0c634a34ab859856ff8950bfb83290 (diff)
downloadaur-da0913235bce26c23ad709c3c99823c32aa380d0.tar.gz
Add missing lua to dependencies
-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')