diff --git a/m/moss/manifest.x86_64.bin b/m/moss/manifest.x86_64.bin index 1c1c3d08f..f000183d3 100644 Binary files a/m/moss/manifest.x86_64.bin and b/m/moss/manifest.x86_64.bin differ diff --git a/m/moss/manifest.x86_64.jsonc b/m/moss/manifest.x86_64.jsonc index 47853dcb7..6e836d0a1 100644 --- a/m/moss/manifest.x86_64.jsonc +++ b/m/moss/manifest.x86_64.jsonc @@ -8,6 +8,7 @@ ], "depends": [ "interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))", + "soname(ld-linux-x86-64.so.2(x86_64))", "soname(libc.so.6(x86_64))", "soname(libm.so.6(x86_64))", "soname(libunwind.so.1(x86_64))" @@ -22,6 +23,6 @@ } }, "source-name": "moss", - "source-release": "26", + "source-release": "27", "source-version": "0.1.0" } diff --git a/m/moss/stone.yml b/m/moss/stone.yml index 01b7f10b7..830aa8085 100644 --- a/m/moss/stone.yml +++ b/m/moss/stone.yml @@ -5,12 +5,12 @@ # name : moss version : "0.1.0" -release : 26 +release : 27 summary : Ridiculously fast atomic package manager license : MPL-2.0 homepage : https://github.com/serpent-os/moss upstreams : - - git|https://github.com/serpent-os/moss.git : 52a783548904b78e8d9d312634887e95c29bd817 + - git|https://github.com/serpent-os/moss.git : 52a783548904b78e8d9d312634887e95c29bd817 description : | The new package manager with an old school feel. Traditional interaction and management whilst using brand new technologies, including efficient @@ -22,8 +22,10 @@ rundeps : - layout environment : | export HOME=$(pwd) -build : | export CARGO_HTTP_CAINFO=/usr/share/defaults/etc/ssl/certs/ca-certificates.crt - RUST_BACKTRACE=1 cargo build --target=x86_64-unknown-linux-gnu --profile packaging -p moss +setup : | + %cargo_fetch +build : | + RUST_BACKTRACE=1 %cargo_build -p moss install : | - %install_bin target/*/packaging/moss + %install_bin target/*/release/moss