mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user