From 76f00ca0d271bf096d7749aa127e50e6962e96ae Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 13 Jul 2023 17:17:01 +0200 Subject: [PATCH] lemoa: update to 0.3.0. --- srcpkgs/lemoa/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lemoa/template b/srcpkgs/lemoa/template index c4e1b2597548..8948ba01910e 100644 --- a/srcpkgs/lemoa/template +++ b/srcpkgs/lemoa/template @@ -1,6 +1,6 @@ # Template file for 'lemoa' pkgname=lemoa -version=0.2.0 +version=0.3.0 revision=1 build_style=meson build_helper=rust @@ -11,9 +11,9 @@ maintainer="Bnyro " license="GPL-3.0-or-later" homepage="https://github.com/lemmygtk/lemoa" distfiles="https://github.com/lemmygtk/lemoa/releases/download/v${version}/lemoa-${version}.tar.xz" -checksum=602974f62557f2476e0b7d081d9c727fec748e833d8c6e4cc112e9208c09a7c2 +checksum=cc3665dd42faf90d1b394fc4c7b67ae0baff5b6379d6082c61bdf3c868fd84cd -pre_build() { +post_patch() { if [ "$CROSS_BUILD" ]; then vsed -i src/meson.build \ -e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"