From e2cb540ee9ee6dc8568c2ea7a7411f3872b4fbd0 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 18 Feb 2026 15:32:11 -0700 Subject: [PATCH] Updated the Solus package release from 1 to 2 in packaging/solus/package.yml so the metadata reflects this dependency fix update. Replaced the Solus build dependency pkgconfig with pkgconf to address the Repo item pkgconfig not found packaging failure. Committed the change on the current branch --- packaging/solus/package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/solus/package.yml b/packaging/solus/package.yml index 4d02efeb..45ec53fe 100644 --- a/packaging/solus/package.yml +++ b/packaging/solus/package.yml @@ -1,6 +1,6 @@ name : zoitechat version : 2.18.0 -release : 1 +release : 2 source : - https://github.com/ZoiteChat/zoitechat/archive/e060d57baee1be22bee1f9c3b047be3fa71c6d35.tar.gz : ed315a0b1c46e798912fd830d3845427972857c43ccaa16284969c6f542add38 homepage : https://zoitechat.zoite.net/ @@ -20,7 +20,7 @@ builddeps : - pkgconfig(iso-codes) - meson - ninja - - pkgconfig + - pkgconf - gcc - gettext setup : |