ruby-tmuxinator: fix wrong dependency

This commit is contained in:
dataCobra 2024-06-13 08:42:09 +02:00 committed by classabbyamp
parent 962e84a58e
commit bb35d43a52
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'ruby-tmuxinator'
pkgname=ruby-tmuxinator
version=3.2.1
revision=1
revision=2
build_style=gemspec
depends="ruby-erubis>=2.6 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
depends="ruby-erubi>=1.7 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
short_desc="Create and manage complex tmux sessions easily"
maintainer="dataCobra <datacobra@thinkbot.de>"
license="MIT"