From 20ead400542506af66fe5bf5605a5b9e6e793e97 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 15 Mar 2025 04:50:47 -0500 Subject: [PATCH] fix(audacity, extest, gcm-core, uwufetch): Update scripts (#3933) * Update rust-extest.spec Signed-off-by: Gilver * Update update.rhai Signed-off-by: Gilver * Update gcm-core.spec Signed-off-by: Gilver * Update update.rhai Signed-off-by: Gilver * Update uwufetch.spec Signed-off-by: Gilver * Update update.rhai Signed-off-by: Gilver * Update update.rhai Signed-off-by: Gilver * Update audacity-freeworld.spec Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/apps/audacity-freeworld/audacity-freeworld.spec | 2 +- anda/apps/audacity-freeworld/update.rhai | 3 +++ anda/misc/extest/rust-extest.spec | 2 +- anda/misc/extest/update.rhai | 4 ++-- anda/misc/uwufetch/update.rhai | 2 +- anda/misc/uwufetch/uwufetch.spec | 4 ++-- anda/tools/gcm-core/gcm-core.spec | 2 +- anda/tools/gcm-core/update.rhai | 2 +- 8 files changed, 12 insertions(+), 9 deletions(-) diff --git a/anda/apps/audacity-freeworld/audacity-freeworld.spec b/anda/apps/audacity-freeworld/audacity-freeworld.spec index 93ecd7d7ca..e2e22a8c86 100644 --- a/anda/apps/audacity-freeworld/audacity-freeworld.spec +++ b/anda/apps/audacity-freeworld/audacity-freeworld.spec @@ -2,7 +2,7 @@ %global __provides_exclude ^lib-.*.so %global ver Audacity-3.7.3 -%global sanitized_ver %(sed 's/ *//;s/Audacity//' <<< "%{ver}") +%global sanitized_ver %(echo %{ver} | sed 's/Audacity-//g') Name: audacity-freeworld Version: %{sanitized_ver} diff --git a/anda/apps/audacity-freeworld/update.rhai b/anda/apps/audacity-freeworld/update.rhai index 911fc1d97a..e0acc0c618 100644 --- a/anda/apps/audacity-freeworld/update.rhai +++ b/anda/apps/audacity-freeworld/update.rhai @@ -1 +1,4 @@ rpm.global("ver", gh("audacity/audacity")); +if rpm.changed() { + rpm.release(); +} diff --git a/anda/misc/extest/rust-extest.spec b/anda/misc/extest/rust-extest.spec index 419bfbb1f4..fecba1e9ee 100644 --- a/anda/misc/extest/rust-extest.spec +++ b/anda/misc/extest/rust-extest.spec @@ -25,7 +25,7 @@ Release: 1%?dist Summary: X11 XTEST reimplementation primarily for Steam Controller on Wayland License: MIT -URL: https://github.com/KyleGospo/extest +URL: https://github.com/bazzite-org/extest Source0: %{url}/archive/%{commit}.tar.gz diff --git a/anda/misc/extest/update.rhai b/anda/misc/extest/update.rhai index 803a1d0255..cf43758e46 100644 --- a/anda/misc/extest/update.rhai +++ b/anda/misc/extest/update.rhai @@ -1,5 +1,5 @@ -rpm.global("commit", gh_commit("KyleGospo/extest")); +rpm.global("commit", gh_commit("bazzite-org/extest")); if rpm.changed() { rpm.global("commit_date", date()); rpm.release(); -} \ No newline at end of file +} diff --git a/anda/misc/uwufetch/update.rhai b/anda/misc/uwufetch/update.rhai index ff156f789b..7ddbe03216 100644 --- a/anda/misc/uwufetch/update.rhai +++ b/anda/misc/uwufetch/update.rhai @@ -1 +1 @@ -rpm.version(gh("TheDarkBug/uwufetch")); +rpm.version(gh("ad-oliviero/uwufetch")); diff --git a/anda/misc/uwufetch/uwufetch.spec b/anda/misc/uwufetch/uwufetch.spec index 29e2bc2e9f..9658f887eb 100644 --- a/anda/misc/uwufetch/uwufetch.spec +++ b/anda/misc/uwufetch/uwufetch.spec @@ -3,7 +3,7 @@ Version: 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/TheDarkBug/uwufetch +URL: https://github.com/ad-oliviero/uwufetch BuildRequires: make gcc git anda-srpm-macros %description @@ -30,4 +30,4 @@ rm -rf %{?buildroot}%{_includedir} %changelog * Thu Jun 22 2023 Alyxia Sother -- Initial package. \ No newline at end of file +- Initial package. diff --git a/anda/tools/gcm-core/gcm-core.spec b/anda/tools/gcm-core/gcm-core.spec index 242fa60e26..70ccbc92da 100644 --- a/anda/tools/gcm-core/gcm-core.spec +++ b/anda/tools/gcm-core/gcm-core.spec @@ -3,7 +3,7 @@ %global long_name git-credential-manager -%global forgeurl https://github.com/GitCredentialManager/git-credential-manager +%global forgeurl https://github.com/git-ecosystem/git-credential-manager Name: gcm-core Version: diff --git a/anda/tools/gcm-core/update.rhai b/anda/tools/gcm-core/update.rhai index 10dbb7fdf2..37231d1203 100644 --- a/anda/tools/gcm-core/update.rhai +++ b/anda/tools/gcm-core/update.rhai @@ -1 +1 @@ -rpm.version(gh("GitCredentialManager/git-credential-manager")); +rpm.version(gh("git-ecosystem/git-credential-manager"));