From 3dcbcf08ef1de7942423c278666af8e6568d0572 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 15 Jan 2026 21:42:08 -0800 Subject: [PATCH] fix(uwufetch): Update script (#9233) (#9256) --- anda/misc/uwufetch/update.rhai | 2 +- anda/misc/uwufetch/uwufetch.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/misc/uwufetch/update.rhai b/anda/misc/uwufetch/update.rhai index 40059a3c83..90eca7ef68 100644 --- a/anda/misc/uwufetch/update.rhai +++ b/anda/misc/uwufetch/update.rhai @@ -1,11 +1,11 @@ let json = get(`https://api.github.com/repos/ad-oliviero/uwufetch/commits/development`).json(); let c = json.sha; let d = json.commit.author.date; +d.truncate(10); rpm.global("commit", c); if rpm.changed() { rpm.release(); rpm.global("fulldate", d); - d.truncate(10); let ver = gh_tag("ad-oliviero/uwufetch"); rpm.global("ver", ver); } diff --git a/anda/misc/uwufetch/uwufetch.spec b/anda/misc/uwufetch/uwufetch.spec index d88c96ca6b..0035905d8e 100644 --- a/anda/misc/uwufetch/uwufetch.spec +++ b/anda/misc/uwufetch/uwufetch.spec @@ -11,7 +11,7 @@ Release: 1%?dist Summary: A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace. License: GPL-3.0 URL: https://github.com/ad-oliviero/uwufetch -BuildRequires: make gcc git anda-srpm-macros +BuildRequires: make gcc git anda-srpm-macros pciutils-devel Requires: freecolor Requires: xwininfo Recommends: lshw