luafilesystem: update to 1.6.2.
This commit is contained in:
parent
f883f3879a
commit
28a7826c68
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'luafilesystem'
|
# Template file for 'luafilesystem'
|
||||||
pkgname=luafilesystem
|
pkgname=luafilesystem
|
||||||
version=1.5.0
|
version=1.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="lua-devel"
|
makedepends="lua-devel"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://keplerproject.github.com/luafilesystem"
|
homepage="http://keplerproject.github.com/luafilesystem"
|
||||||
distfiles="https://github.com/downloads/keplerproject/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="https://github.com/downloads/keplerproject/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=00f6e1dc1e1da7f0fa77e375f0a04908ec4241a4c5e8d98031614f4a4a50c7cb
|
checksum=4ad16df9958314662a459fec848d233d59313ef4992808a290053c1614532018
|
||||||
long_desc="
|
long_desc="
|
||||||
LuaFileSystem is a Lua library developed to complement the set of functions
|
LuaFileSystem is a Lua library developed to complement the set of functions
|
||||||
related to file systems offered by the standard Lua distribution.
|
related to file systems offered by the standard Lua distribution.
|
||||||
|
@ -19,8 +19,6 @@ long_desc="
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=${DESTDIR}/usr install
|
make PREFIX=${DESTDIR}/usr install
|
||||||
|
|
||||||
vinstall tests/test.lua 755 usr/share/examples/${pkgname}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
luafilesystem_package() {
|
luafilesystem_package() {
|
||||||
|
|
Loading…
Reference in a new issue