From 3deddd4382e03e52fd843406fe620fe062e6abff Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 18 Mar 2025 08:29:36 -0700 Subject: [PATCH] fix(peazip): Dep on p7zip (#3996) (#4000) * p Signed-off-by: Gilver * Bump release Signed-off-by: Gilver --------- Signed-off-by: Gilver (cherry picked from commit bb9da9b37581a837c1ea117e0c68a348f4dcb29d) Co-authored-by: Gilver --- anda/apps/peazip/peazip.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/peazip/peazip.spec b/anda/apps/peazip/peazip.spec index 5b70e6aa80..c3a2c34ee9 100644 --- a/anda/apps/peazip/peazip.spec +++ b/anda/apps/peazip/peazip.spec @@ -3,7 +3,7 @@ Name: peazip Version: 10.3.0 -Release: 1%?dist +Release: 2%?dist Summary: Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager License: LGPL-3.0-only URL: https://peazip.github.io @@ -15,7 +15,7 @@ BuildRequires: lazarus-lcl-gtk3 BuildRequires: lazarus-lcl-qt5 BuildRequires: lazarus-lcl-qt6 Requires: (peazip-gtk2 or peazip-gtk3 or peazip-gtk4 or peazip-qt5 or peazip-qt6) -Requires: 7zip brotli zstd +Requires: p7zip brotli zstd Suggests: (peazip-gtk4 if gtk4) Suggests: (peazip-qt5 if qt5-qtbase) Suggests: (peazip-qt6 if qt6-qtbase)