mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-29 23:08:28 +00:00
fix(audacity, extest, gcm-core, uwufetch): Update scripts (#3933)
* Update rust-extest.spec Signed-off-by: Gilver <rockgrub@disroot.org> * Update update.rhai Signed-off-by: Gilver <rockgrub@disroot.org> * Update gcm-core.spec Signed-off-by: Gilver <rockgrub@disroot.org> * Update update.rhai Signed-off-by: Gilver <rockgrub@disroot.org> * Update uwufetch.spec Signed-off-by: Gilver <rockgrub@disroot.org> * Update update.rhai Signed-off-by: Gilver <rockgrub@disroot.org> * Update update.rhai Signed-off-by: Gilver <rockgrub@disroot.org> * Update audacity-freeworld.spec Signed-off-by: Gilver <rockgrub@disroot.org> --------- Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
rpm.global("ver", gh("audacity/audacity"));
|
||||
if rpm.changed() {
|
||||
rpm.release();
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("TheDarkBug/uwufetch"));
|
||||
rpm.version(gh("ad-oliviero/uwufetch"));
|
||||
|
||||
@@ -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 <alyxia@riseup.net>
|
||||
- Initial package.
|
||||
- Initial package.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("GitCredentialManager/git-credential-manager"));
|
||||
rpm.version(gh("git-ecosystem/git-credential-manager"));
|
||||
|
||||
Reference in New Issue
Block a user