Merge branch 'main' of github.com:terrapkg/packages

This commit is contained in:
windowsboy111
2022-10-31 17:27:24 +08:00
3 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -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
+1 -1
View File
@@ -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
+4 -4
View File
@@ -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