Package Details: tmuxinator 3.3.3-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: 0.005640
First Submitted: 2013-06-26 07:49 (UTC)
Last Updated: 2024-12-02 20:56 (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 »

pan-mroku commented on 2024-12-02 12:35 (UTC) (edited on 2024-12-02 12:37 (UTC) by pan-mroku)

I think ruby-xdg5 dependency should be changed to ruby-xdg. I had issues with xdg5

/usr/lib/ruby/3.3.0/rubygems/specification.rb:1417:in `rescue in block in activate_dependencies': Could not find 'xdg' (>= 4.3.0) among 90 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/home/pan-mroku/.local/share/gem/ruby/3.3.0:/usr/lib/ruby/gems/3.3.0' at: /usr/lib/ruby/gems/3.3.0/specifications/tmuxinator-3.3.3.gemspec, execute `gem env` for more information

because xdg5 installs in 3.2.0. I changed it in PKBUILD and the package built, installed and seems to be running fine now

bauermi86944 commented on 2024-10-05 13:47 (UTC)

depends on ruby-erb as well

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!