From 5b47730afcbaa28ca6693289d744bcab23d668ae Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 10 Jun 2023 14:11:03 +0530 Subject: [PATCH] muon: update to 0.2.0. --- srcpkgs/muon/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template index 310187b9aac5..31ea11c5109b 100644 --- a/srcpkgs/muon/template +++ b/srcpkgs/muon/template @@ -1,23 +1,23 @@ # Template file for 'muon' pkgname=muon -version=0.1.0 +version=0.2.0 revision=1 build_style=meson -build_helper=qemu +build_helper="qemu" configure_args=" -Dlibcurl=enabled -Dlibarchive=enabled -Dlibpkgconf=enabled -Dsamurai=disabled -Dbestline=enabled" -hostmakedepends="pkg-config samurai cmake" +hostmakedepends="pkg-config samurai cmake scdoc" makedepends="pkgconf-devel libcurl-devel libarchive-devel" depends="samurai" -checkdepends="git" short_desc="Meson implementation in C" maintainer="Enno Boland " license="GPL-3.0-only, Apache-2.0" homepage="https://muon.build" -changelog="https://git.sr.ht/~lattis/muon/refs/$version" +changelog="https://muon.build/releases/v${version}/docs/release_notes.html" distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz" -checksum="9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b" +checksum=d73db1be5388821179a25a15ba76fd59a8bf7c8709347a4ec2cb91755203f36c +make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"