From 7867b22b8d4ed4905cded5beee1ff5c7bda45e43 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 9 Aug 2020 15:03:37 -0300 Subject: [PATCH] luakit: update to 2.2 --- srcpkgs/luakit/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/luakit/template b/srcpkgs/luakit/template index 491e261eb78..28f9858e3be 100644 --- a/srcpkgs/luakit/template +++ b/srcpkgs/luakit/template @@ -1,8 +1,8 @@ # Template file for 'luakit' pkgname=luakit reverts="2017.08.10_1" -version=2.1 -revision=3 +version=2.2 +revision=1 conf_files="/etc/xdg/luakit/*.lua" hostmakedepends="pkg-config LuaJIT" makedepends="webkit2gtk-devel lua51-luafilesystem LuaJIT-devel" @@ -10,17 +10,17 @@ depends="lua51-luafilesystem" short_desc="Fast, small, webkit based browser framework extensible by Lua" maintainer="Orphaned " license="GPL-3.0-or-later" -homepage="http://luakit.org/" +homepage="https://luakit.github.io/" changelog="https://github.com/luakit/luakit/blob/develop/CHANGELOG.md" distfiles="https://github.com/luakit/luakit/archive/${version}.tar.gz" -checksum=ecbfa23316712f444714387b2ffd846626dab6e40b444d3def4475c145d56f26 +checksum=704929a324984afe246c63263667eb1d64c060b4f7f74ced59fec5d402c377dc case "${XBPS_TARGET_MACHINE}" in aarch64) broken="LuaJIT-devel marked as unsupported";; esac do_build() { - make DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 PREFIX=/usr all + make DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 PREFIX=/usr VERSION=${version} all } do_install() {