summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-08-15 13:38:32 +0200
committerMarcin Wieczorek2016-08-15 13:38:32 +0200
commitc04042aff7b95c219bd4be0b39e17c10186129e5 (patch)
tree47feebb2b82d795a54c45825df4502bd2ccc6ae6 /PKGBUILD
parentc0dfbb7a3f8b81c80222da446b084bf516a12ac1 (diff)
downloadaur-c04042aff7b95c219bd4be0b39e17c10186129e5.tar.gz
Update to 20160803
Added lua51 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6e8fdb29fa4..2c7934b7ee4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Christoph Zeiler <rabyte@gmail.com>
pkgname=onscripter
-pkgver=20160407
+pkgver=20160803
pkgrel=1
pkgdesc="A game engine compatible to NScripter, to create and perform visual novel games"
arch=('i686' 'x86_64')
url="http://onscripter.sourceforge.jp/onscripter.html"
license=('GPL')
-depends=('bzip2' 'sdl_image' 'sdl_mixer' 'sdl_ttf')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua51' 'libvorbis' 'fontconfig')
source=("http://onscripter.sourceforge.jp/${pkgname}-${pkgver}.tar.gz"
'avifile.patch')
-
-md5sums=('29679673a332e3b3f00bdd9c579b93e2'
+
+md5sums=('71c136e1bf0a54bcdefe9f9c8162c390'
'9eec223b2bb76e8e83ef4e67de87b2ae')
prepare() {