luakit: use http instead of git.
This commit is contained in:
parent
e82fc922bf
commit
97326d4444
1 changed files with 5 additions and 5 deletions
|
@ -3,8 +3,8 @@ pkgname=luakit
|
||||||
_distver=2012.09.13
|
_distver=2012.09.13
|
||||||
_patchver=r1
|
_patchver=r1
|
||||||
version=${_distver}.${_patchver}
|
version=${_distver}.${_patchver}
|
||||||
revision=3
|
revision=4
|
||||||
hostmakedepends="pkg-config help2man git"
|
hostmakedepends="pkg-config help2man"
|
||||||
makedepends="webkitgtk2-devel lua-devel luafilesystem libunique1-devel sqlite-devel LuaJIT-devel"
|
makedepends="webkitgtk2-devel lua-devel luafilesystem libunique1-devel sqlite-devel LuaJIT-devel"
|
||||||
depends="desktop-file-utils luafilesystem"
|
depends="desktop-file-utils luafilesystem"
|
||||||
conf_files="
|
conf_files="
|
||||||
|
@ -19,10 +19,10 @@ short_desc="Fast, small, webkit based browser framework extensible by Lua"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://mason-larobina.github.com/luakit"
|
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() {
|
pre_build() {
|
||||||
# use luajit to run script needed at build
|
# use luajit to run script needed at build
|
||||||
sed -i '1s,lua,luajit,' build-utils/gentokens.lua
|
sed -i '1s,lua,luajit,' build-utils/gentokens.lua
|
||||||
|
|
Loading…
Reference in a new issue