Signed-off-by: Gilver <rockgrub@disroot.org>
(cherry picked from commit b7c19dbd47)

Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-03-08 18:22:19 -08:00
committed by GitHub
parent eb7226f6e3
commit eda30f0ca7
+3 -2
View File
@@ -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. <rockgrub@disroot.org>