From cd58c5642dea772a6f858b622ba73b7b001e28d6 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Mon, 17 Aug 2015 08:04:11 +0000 Subject: [PATCH] luafilesystem: update to 1.6.3. --- srcpkgs/luafilesystem/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/luafilesystem/template b/srcpkgs/luafilesystem/template index 4e7e1238592..fbb6a9abf0a 100644 --- a/srcpkgs/luafilesystem/template +++ b/srcpkgs/luafilesystem/template @@ -1,15 +1,16 @@ # Template file for 'luafilesystem' pkgname=luafilesystem -version=1.6.2 -revision=4 +version=1.6.3 +revision=1 +wrksrc="$pkgname-v_${version//./_}" makedepends="lua51-devel" depends="lua51" short_desc="File System Library for the Lua Programming Language" maintainer="Juan RP " license="MIT" homepage="http://keplerproject.github.com/luafilesystem" -distfiles="https://github.com/downloads/keplerproject/$pkgname/$pkgname-$version.tar.gz" -checksum=4ad16df9958314662a459fec848d233d59313ef4992808a290053c1614532018 +distfiles="https://github.com/keplerproject/${pkgname}/archive/v_${version//./_}.tar.gz" +checksum=5525d2b8ec7774865629a6a29c2f94cb0f7e6787987bf54cd37e011bfb642068 do_build() { make ${makejobs} CC="$CC" LUA_INC=${XBPS_CROSS_BASE}/usr/include/lua5.1