fix(flatpost): update.rhai (#4381)

* fix(flatpost): update.rhai

Signed-off-by: madomado <madonuko@outlook.com>

* actually just this

Signed-off-by: madomado <madonuko@outlook.com>

* trim?

Signed-off-by: madomado <madonuko@outlook.com>

---------

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2025-04-23 14:33:02 +08:00
committed by GitHub
parent e37dc27434
commit ed2f45849e
2 changed files with 4 additions and 8 deletions
+1 -7
View File
@@ -1,17 +1,11 @@
%global tag 1.0.5
Name: flatpost
Version: 1.0.5
Release: 1%?dist
License: BSD-2-Clause
Summary: Desktop environment agnostic Flathub software center.
URL: https://github.com/gloriouseggroll/flatpost
Source0: %{url}/archive/refs/tags/%{tag}.tar.gz#/%{name}-%{tag}.tar.gz
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
Source1: flatpost-mime.xml
Patch0: flatpost-desktop-mimetype.patch
+3 -1
View File
@@ -1 +1,3 @@
rpm.version(gh_rawfile("GloriousEggroll/flatpost", "main", "VERSION.txt"));
let v = gh_rawfile("GloriousEggroll/flatpost", "main", "VERSION.txt");
v.trim();
rpm.version(v);