muon: update to 0.5.0.

This commit is contained in:
Enno Boland 2025-08-11 18:16:23 +02:00 committed by Duncan Overbruck
parent 53dd23fa18
commit 460527a942

View file

@ -1,15 +1,14 @@
# Template file for 'muon'
pkgname=muon
version=0.2.0
revision=2
version=0.5.0
revision=1
build_style=meson
build_helper="qemu"
configure_args="
-Dlibcurl=enabled
-Dlibarchive=enabled
-Dlibpkgconf=enabled
-Dsamurai=disabled
-Dbestline=enabled"
-Dsamurai=disabled"
hostmakedepends="pkg-config samurai cmake scdoc"
makedepends="pkgconf-devel libcurl-devel libarchive-devel"
depends="samurai"
@ -19,5 +18,5 @@ license="GPL-3.0-only, Apache-2.0"
homepage="https://muon.build"
changelog="https://muon.build/releases/v${version}/docs/release_notes.html"
distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz"
checksum=d73db1be5388821179a25a15ba76fd59a8bf7c8709347a4ec2cb91755203f36c
checksum=565c1b6e1e58f7e90d8813fda0e2102df69fb493ddab4cf6a84ce3647466bee5
make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"