From 97326d4444e3a893d80a447ca47311c9f13007ad Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 25 Jul 2015 22:14:50 +0200 Subject: [PATCH] luakit: use http instead of git. --- srcpkgs/luakit/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/luakit/template b/srcpkgs/luakit/template index 95f4877b4e..0eff89f9e2 100644 --- a/srcpkgs/luakit/template +++ b/srcpkgs/luakit/template @@ -3,8 +3,8 @@ pkgname=luakit _distver=2012.09.13 _patchver=r1 version=${_distver}.${_patchver} -revision=3 -hostmakedepends="pkg-config help2man git" +revision=4 +hostmakedepends="pkg-config help2man" makedepends="webkitgtk2-devel lua-devel luafilesystem libunique1-devel sqlite-devel LuaJIT-devel" depends="desktop-file-utils luafilesystem" conf_files=" @@ -19,10 +19,10 @@ short_desc="Fast, small, webkit based browser framework extensible by Lua" maintainer="Juan RP " license="GPL-3" homepage="http://mason-larobina.github.com/luakit" +distfiles="https://github.com/mason-larobina/luakit/archive/${_distver}-${_patchver}.tar.gz" +checksum=a2d0a0cdf802fad2a83ef83ec87e7f4bfb61d76da4f48cd8f512085eee1aef18 +wrksrc=$pkgname-$_distver-$_patchver -do_fetch() { - git clone -b${_distver}-${_patchver} git://github.com/mason-larobina/luakit.git ${pkgname}-${version} -} pre_build() { # use luajit to run script needed at build sed -i '1s,lua,luajit,' build-utils/gentokens.lua