luasocket: needs lua51.

This commit is contained in:
Juan RP 2013-10-10 11:46:31 +02:00
parent 7063c86c56
commit f2dd258b3b
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'luasocket' # Template file for 'luasocket'
pkgname=luasocket pkgname=luasocket
version=2.0.2 version=2.0.2
revision=1 revision=2
build_style=gnu-makefile build_style=gnu-makefile
makedepends="lua-devel" makedepends="lua51-devel"
short_desc="Network support for the Lua language " short_desc="Network support for the Lua language "
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
license="MIT" license="MIT"
@ -17,8 +17,8 @@ long_desc="
that deal with the Internet." that deal with the Internet."
luasocket_package() { luasocket_package() {
depends="lua" depends="lua51"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }