rofimoji: update to 6.3.2

This commit is contained in:
Marcin Puc 2024-06-11 21:50:33 +02:00 committed by classabbyamp
parent be7f3aa6a5
commit 46c831990d
2 changed files with 3 additions and 26 deletions

View File

@ -1,23 +0,0 @@
From 09ae1f95dbcd048031aa6ec9e581211809b3ab28 Mon Sep 17 00:00:00 2001
From: Fabian Winter <5821180+fdw@users.noreply.github.com>
Date: Tue, 14 May 2024 21:34:54 +0200
Subject: [PATCH] Fix rofi mode
---
src/picker/mode.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/picker/mode.py b/src/picker/mode.py
index 4ee8db0..d2e0288 100644
--- a/src/picker/mode.py
+++ b/src/picker/mode.py
@@ -225,7 +225,7 @@ def choose_action(self, state: State) -> None:
state.step += 1
def execute_actions(self, state: State) -> Optional[str]:
- save_recent_characters(state.processed_characters, self.args.max_recent)
- execute_action(state.processed_characters, state.actions)
+ save_recent_characters(state.processed_characters, self.args.max_recent, self.args.files)
+ execute_action(state.processed_characters, state.actions, '')
state.step += 1
return

View File

@ -1,7 +1,7 @@
# Template file for 'rofimoji'
pkgname=rofimoji
version=6.3.1
revision=2
version=6.3.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-ConfigArgParse"
@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/fdw/rofimoji"
changelog="https://raw.githubusercontent.com/fdw/rofimoji/main/CHANGELOG.md"
distfiles="https://github.com/fdw/rofimoji/archive/refs/tags/${version}.tar.gz"
checksum=a548ecc409ee18dc963462e45c237d0dcd08518e73d1742c8a69df041dc18d08
checksum=d32721266b6b1e99f42585783e10b4ea7cdc581c86b985cdc330f82ae7ddbe1f
post_install() {
vlicense LICENSE