From 28a7826c6856efcde58b82b32c9dbc045f770cec Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 19 Aug 2013 08:29:51 +0200 Subject: [PATCH] luafilesystem: update to 1.6.2. --- srcpkgs/luafilesystem/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/luafilesystem/template b/srcpkgs/luafilesystem/template index 56d004cd69..dd4827c47d 100644 --- a/srcpkgs/luafilesystem/template +++ b/srcpkgs/luafilesystem/template @@ -1,6 +1,6 @@ # Template file for 'luafilesystem' pkgname=luafilesystem -version=1.5.0 +version=1.6.2 revision=1 build_style=gnu-makefile makedepends="lua-devel" @@ -9,7 +9,7 @@ maintainer="davehome " license="MIT" homepage="http://keplerproject.github.com/luafilesystem" distfiles="https://github.com/downloads/keplerproject/$pkgname/$pkgname-$version.tar.gz" -checksum=00f6e1dc1e1da7f0fa77e375f0a04908ec4241a4c5e8d98031614f4a4a50c7cb +checksum=4ad16df9958314662a459fec848d233d59313ef4992808a290053c1614532018 long_desc=" LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. @@ -19,8 +19,6 @@ long_desc=" do_install() { make PREFIX=${DESTDIR}/usr install - - vinstall tests/test.lua 755 usr/share/examples/${pkgname} } luafilesystem_package() {