luafilesystem: needs lua51.

This commit is contained in:
Juan RP 2013-10-10 11:53:32 +02:00
parent f346fb1fbd
commit 3db833bbfd

View file

@ -1,9 +1,9 @@
# Template file for 'luafilesystem' # Template file for 'luafilesystem'
pkgname=luafilesystem pkgname=luafilesystem
version=1.6.2 version=1.6.2
revision=1 revision=2
build_style=gnu-makefile build_style=gnu-makefile
makedepends="lua-devel" makedepends="lua51-devel"
short_desc="File System Library for the Lua Programming Language" short_desc="File System Library for the Lua Programming Language"
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
license="MIT" license="MIT"
@ -22,8 +22,8 @@ do_install() {
} }
luafilesystem_package() { luafilesystem_package() {
depends="lua" depends="lua51"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }