diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index f9ee58e917..55bf12a61e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -35,8 +35,7 @@ jobs: if [[ `git status --porcelain` ]]; then git config user.name "Package Update Checker" git config user.email "<>" - git status | grep modified | sed -r "s@.+/([^/]+)/[^/]+\n?@\1 @g" | tr -d '\n' > $m - git commit -a -m "Automatic Update: $m" + git commit -a -m "Automatic Update: $(git status | grep modified | sed -r 's@.+/([^/]+)/[^/]+\n?@\1 @g' | tr -d '\n')" git push -u origin main echo "updated=1" >> $GITHUB_OUTPUT fi diff --git a/anda/lib/libhelium/libhelium.spec b/anda/lib/libhelium/libhelium.spec index 0aa37cb6b9..3258040ce2 100644 --- a/anda/lib/libhelium/libhelium.spec +++ b/anda/lib/libhelium/libhelium.spec @@ -1,6 +1,6 @@ Summary: The Application Framework for tauOS apps Name: libhelium -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} License: GPLv3 URL: https://tauos.co diff --git a/anda/tau-helium/tau-helium.spec b/anda/tau-helium/tau-helium.spec index 229b18eb81..39344c6f9b 100644 --- a/anda/tau-helium/tau-helium.spec +++ b/anda/tau-helium/tau-helium.spec @@ -1,10 +1,10 @@ Summary: tauOS GTK/GNOME Shell Themes Name: tau-helium -Version: 1.1.0 -Release: 87 +Version: 1.1.2 +Release: 1 License: GPLv3 URL: https://tauos.co -Source0: https://github.com/tau-OS/tau-helium/archive/refs/heads/main.zip +Source0: https://github.com/tau-OS/tau-helium/archive/refs/tags/%{version}.tar.gz BuildArch: noarch BuildRequires: sass BuildRequires: meson @@ -14,7 +14,7 @@ BuildRequires: ninja-build A set of GTK/GNOME Shell Themes for tauOS %prep -%autosetup -n tau-helium-main +%autosetup -n tau-helium-%{version} %build %meson