From eda30f0ca7b1c3fb5b439d27f431c800c4e135d0 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 8 Mar 2025 18:22:19 -0800 Subject: [PATCH] Fix deps (#3806) (#3813) Signed-off-by: Gilver (cherry picked from commit b7c19dbd473ee4d04fc5ccbf5a90f0b183a6b7bd) Co-authored-by: Gilver --- anda/misc/pokeshell/pokeshell.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/misc/pokeshell/pokeshell.spec b/anda/misc/pokeshell/pokeshell.spec index e968178af0..05a130405e 100644 --- a/anda/misc/pokeshell/pokeshell.spec +++ b/anda/misc/pokeshell/pokeshell.spec @@ -6,7 +6,7 @@ Name: pokeshell Version: %{ver}^%{date}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A shell program to show Pokémon sprites in the terminal. License: GPL-3.0-or-later URL: https://github.com/acxz/pokeshell @@ -17,7 +17,8 @@ Requires: bash Requires: jq Requires: ImageMagick Requires: python3 -Requires: (timg or chafa) +Requires: chafa +Recommends: timg BuildArch: noarch Packager: Gilver E.