From 4edb41533e583c920e1910e172a3f97b0f1e1712 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 23 Apr 2021 23:40:09 +0300 Subject: [PATCH] yoshimi: update to 2.0.1. --- srcpkgs/yoshimi/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/yoshimi/template b/srcpkgs/yoshimi/template index 64a6c9ad433f..b836098f1c82 100644 --- a/srcpkgs/yoshimi/template +++ b/srcpkgs/yoshimi/template @@ -1,7 +1,7 @@ # Template file for 'yoshimi' pkgname=yoshimi -version=1.7.4 -revision=2 +version=2.0.1 +revision=1 build_wrksrc=src build_style=cmake configure_args="-DCMAKE_INSTALL_DATAROOTDIR=/usr/share" @@ -13,7 +13,7 @@ maintainer="Andrea Brancaleoni " license="GPL-2.0-or-later" homepage="https://yoshimi.github.io/" distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz" -checksum=27a8e33bda72aafae604e14841bed6373fc9e00ff70c98f1e13215d6a8808318 +checksum=b80a8b49bdf0e1f6c382627afc46c82d03219b7e45cdecd933e6fc046a939967 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone";;