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