Package Details: tmuxinator 3.2.0-2

Git Clone URL: https://aur.archlinux.org/tmuxinator.git (read-only, click to copy)
Package Base: tmuxinator
Description: Manage complex tmux sessions easily
Upstream URL: https://github.com/aziz/tmuxinator
Licenses: MIT
Submitter: lucacesari
Maintainer: fryfrog (flipee)
Last Packager: fryfrog
Votes: 76
Popularity: 1.10
First Submitted: 2013-06-26 07:49 (UTC)
Last Updated: 2024-04-19 15:36 (UTC)

Dependencies (6)

Required by (1)

Sources (2)

Pinned Comments

FrederickZh commented on 2021-04-15 13:37 (UTC)

@lewiji You need to rebuild AUR ruby gems after major ruby upgrades: paru -Qqo /usr/lib/ruby/gems/2.7.0 | paru -S -- -

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

fryfrog commented on 2024-04-19 15:37 (UTC)

Updated depends, thanks @Yonsy.

Yonsy commented on 2024-04-19 15:26 (UTC) (edited on 2024-04-19 15:27 (UTC) by Yonsy)

https://github.com/tmuxinator/tmuxinator/pull/793

https://github.com/tmuxinator/tmuxinator/commit/6e7917b35e1b32daecb07190a245d7a5b6e0e5d4

tmuxinator pass to use erubi (a small/simplified ERB implementation) instead of erubis.

we need to change the depends in the PKGBUILD from erubis to erubi, i installed manually ruby-erubi and it works again.

FrederickZh commented on 2024-01-09 04:41 (UTC)

The xdg.patch needs to be refreshed for 3.1.0. It doesn't seem to apply.

patrick96 commented on 2023-12-28 13:30 (UTC)

ruby-thor has updated to 1.3.0, breaking the ~>1.2.1 dependency of tmuxinator:

/usr/lib/ruby/3.0.0/rubygems/dependency.rb:313:in `to_specs': Could not find 'thor' (~> 1.2.1) - did find: [thor-1.3.0] (Gem::MissingSpecVersionError)

I have simply updated the gemspec file to ~>1.3.0 for ruby-thor and that seems to work so far

Segaja commented on 2022-02-17 19:37 (UTC)

https://archlinux.org/packages/community/any/ruby-thor/ << has been updated to 1.2.1

This means the latest version of tmuxinator works again

Segaja commented on 2022-02-17 07:43 (UTC)

I can have a look at ruby-thor soon to see if we can easily update it.

fryfrog commented on 2022-02-16 23:15 (UTC)

Looks like 3.0.2 depends on ruby-thor 1.2.1, but that hasn't been updated in our repos. Don't update... I guess.

fryfrog commented on 2021-06-17 19:09 (UTC)

@FrederickZh: Done!

FrederickZh commented on 2021-06-17 10:20 (UTC)

@Artalus It's probably unreasonable to ask people to read all the comments given there are pages, but I mean... my comment was literally the latest comment.

@fryfrog Maybe pin a comment about this?

Artalus commented on 2021-06-17 09:59 (UTC) (edited on 2021-06-17 09:59 (UTC) by Artalus)

After update I get the same problem @lewiji had:

$ tmuxinator doctor
/usr/lib/ruby/3.0.0/rubygems/specification.rb:1404:in `rescue in block in activate_dependencies': Could not find 'erubis' (~> 2.6) among 80 total gem(s) (Gem::MissingSpecError)

Apparently, erubis package hasn't updated since 2019 and seems to be installed for ruby 2.6 instead of the 3.0 I got from main repos:

$ pacman -Ql ruby-erubis
ruby-erubis /usr/lib/ruby/gems/2.6.0/gems/erubis-2.7.0/
...

I tried clean reinstall of ruby and tmuxinator, but no success :(