From 816ce81207e19f55f1d87991a4db177b6cf2eb26 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Thu, 29 Jul 2021 00:45:45 +0200 Subject: [PATCH] release alpm handle --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 787e30c..cd30199 100644 --- a/main.go +++ b/main.go @@ -512,6 +512,7 @@ func (b *BuildManager) syncWorker() { } // fetch updates between sync runs + check(alpmHandle.Release()) setupChroot() var err error alpmHandle, err = initALPM(filepath.Join(conf.Basedir.Chroot, pristineChroot), filepath.Join(conf.Basedir.Chroot, pristineChroot, "/var/lib/pacman"))