Date: Monday, October 31, 2022 @ 14:22:07 Author: alucryd Revision: 1339823
luakit 2.3.1-2: fix for glib+pcre2 Modified: luakit/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-31 14:18:36 UTC (rev 1339822) +++ PKGBUILD 2022-10-31 14:22:07 UTC (rev 1339823) @@ -7,7 +7,7 @@ pkgname=luakit pkgver=2.3.1 -pkgrel=1 +pkgrel=2 pkgdesc='Fast, small, webkit based browser framework extensible by Lua' arch=(x86_64) url=https://luakit.github.io/ @@ -27,11 +27,15 @@ ) _tag=3cde159ab3be074be9f72b4e170e66f5f9785106 source=(git+https://github.com/luakit/luakit.git#tag=${_tag}) -sha256sums=(SKIP) +b2sums=(SKIP) +prepare() { + cd luakit + git cherry-pick -n e9c7693f387835bdf2d1ada85c2ba0b813686ebb +} + pkgver() { cd luakit - git describe --tags }
