From ace258aac0d786f6c95e1183ddea67c26997ee95 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Jul 2021 11:23:47 +0300 Subject: [PATCH] kiss: Fix bug with version split. pkg_find_version was not being told to update split information. --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 58d0a0b..9139dcd 100755 --- a/kiss +++ b/kiss @@ -820,7 +820,7 @@ pkg_build_all() { for pkg do log "$pkg" "Building package ($((_build_cur+=1))/${_build_tot:=$#})" - pkg_find_version "$pkg" + pkg_find_version "$pkg" 1 # arg1: pre-extract # arg2: package name