mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-19 18:10:38 +00:00
fix: muon (#2294)
* fix: muon apparently they provide stuff that are not from git sources somehow…? Signed-off-by: madomado <madonuko@outlook.com> * Update update.rhai Signed-off-by: madomado <madonuko@outlook.com> * Update muon.spec Signed-off-by: madomado <madonuko@outlook.com> --------- Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Name: muon
|
||||
Version: 0.4.0
|
||||
Version: 0.3.1
|
||||
Release: 1%?dist
|
||||
Summary: A meson-compatible build system
|
||||
|
||||
@@ -15,6 +15,7 @@ BuildRequires: libcurl-devel
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libpkgconf-devel
|
||||
BuildRequires: scdoc
|
||||
BuildRequires: git-core
|
||||
|
||||
%description
|
||||
An implementation of the meson build system in c99 with minimal dependencies.
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
rpm.version(get("https://muon.build/releases/").json_arr().pop().name);
|
||||
let versions = get("https://muon.build/releases/").json().keys();
|
||||
versions.sort();
|
||||
versions.pop();
|
||||
rpm.version(versions.pop());
|
||||
|
||||
Reference in New Issue
Block a user