diff --git a/anda/apps/audacity-freeworld/audacity-freeworld.spec b/anda/apps/audacity-freeworld/audacity-freeworld.spec index fc95df1a8c..e2e22a8c86 100644 --- a/anda/apps/audacity-freeworld/audacity-freeworld.spec +++ b/anda/apps/audacity-freeworld/audacity-freeworld.spec @@ -1,8 +1,8 @@ %global __requires_exclude ^lib-.*.so %global __provides_exclude ^lib-.*.so -%global ver Audacity-3.7.1 -%global sanitized_ver %(echo "$( sed 's/Audacity-//' <<< "%{ver}" )") +%global ver Audacity-3.7.3 +%global sanitized_ver %(echo %{ver} | sed 's/Audacity-//g') Name: audacity-freeworld Version: %{sanitized_ver} @@ -749,4 +749,4 @@ rm -f %{buildroot}%{_prefix}/%{realname} - New upstream version 1.2.0-pre3 * Sat Oct 25 2003 Gerard Milmeister - 0:1.2.0-pre2.fdr.1 -- First Fedora release \ No newline at end of file +- First Fedora release diff --git a/anda/apps/audacity-freeworld/update.rhai b/anda/apps/audacity-freeworld/update.rhai index f03d1f211c..e0acc0c618 100644 --- a/anda/apps/audacity-freeworld/update.rhai +++ b/anda/apps/audacity-freeworld/update.rhai @@ -1 +1,4 @@ -rpm.global("ver", gh_tag("audacity/audacity")); +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 5351523df8..6f49a38fe8 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 6b46034594..e2f944a55c 100644 --- a/anda/misc/uwufetch/uwufetch.spec +++ b/anda/misc/uwufetch/uwufetch.spec @@ -3,7 +3,7 @@ Version: 2.1 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 f3d14992ed..667dfe2c45 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: 2.6.1 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"));