Skip to content

Commit

Permalink
fix: muon (#2294)
Browse files Browse the repository at this point in the history
* fix: muon

apparently they provide stuff that are not from git sources somehow…?

Signed-off-by: madomado <[email protected]>

* Update update.rhai

Signed-off-by: madomado <[email protected]>

* Update muon.spec

Signed-off-by: madomado <[email protected]>

---------

Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Oct 23, 2024
1 parent 36c9358 commit c5efc0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion anda/tools/buildsys/muon/muon.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: muon
Version: 0.4.0
Version: 0.3.1
Release: 1%?dist
Summary: A meson-compatible build system

Expand All @@ -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.
Expand Down
5 changes: 4 additions & 1 deletion anda/tools/buildsys/muon/update.rhai
Original file line number Diff line number Diff line change
@@ -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());

0 comments on commit c5efc0a

Please sign in to comment.