From 39885d4814d2ff85bd8d5a762f9493dadbb14c1c Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 24 Feb 2026 09:06:02 -0800 Subject: [PATCH] fix(xbps): fix broken dependency (#10065) (#10068) --- anda/system/xbps/xbps.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/anda/system/xbps/xbps.spec b/anda/system/xbps/xbps.spec index 3b057b6179..99c8a0d842 100644 --- a/anda/system/xbps/xbps.spec +++ b/anda/system/xbps/xbps.spec @@ -2,7 +2,7 @@ Name: xbps Version: 0.60.7 -Release: 1%?dist +Release: 2%?dist License: BSD-2-Clause AND BSD-3-Clause AND ISC Summary: A binary package system designed and implemented from scratch URL: https://github.com/void-linux/xbps @@ -15,7 +15,7 @@ BuildRequires: pkgconfig(pkgconf) BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(libarchive) >= 3.3.3 -Requires: %name-lib = %evr +Requires: %name-libs = %evr %pkg_completion -B xbps xbps-checkvers xbps-create xbps-dgraph xbps-install xbps-pkgdb xbps-query xbps-reconfigure xbps-remove xbps-rindex %pkg_completion -z xbps xbps_src @@ -71,5 +71,8 @@ featureful and portable as much as possible. /var/db/%name/keys/*.plist %changelog +* Tue Feb 24 2026 Metcya - 0.60.7-2 +- Fix broken dependency + * Fri Dec 12 2025 Metcya - 0.60.6 - package xbps