luafilesystem: needs lua51.
This commit is contained in:
parent
f346fb1fbd
commit
3db833bbfd
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'luafilesystem'
|
||||
pkgname=luafilesystem
|
||||
version=1.6.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
makedepends="lua-devel"
|
||||
makedepends="lua51-devel"
|
||||
short_desc="File System Library for the Lua Programming Language"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="MIT"
|
||||
|
@ -22,8 +22,8 @@ do_install() {
|
|||
}
|
||||
|
||||
luafilesystem_package() {
|
||||
depends="lua"
|
||||
depends="lua51"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue