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.003993
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

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

apaatsio commented on 2018-02-06 21:46 (UTC)

Installation of 0.10.1-2 is failing for me. Am I missing a dependency or something?

...
Successfully installed tmuxinator-0.10.1
ERROR:  While executing gem ... (Gem::DocumentError)
    RDoc is not installed: cannot load such file -- rdoc/rdoc
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Makepkg was unable to build tmuxinator.
==> Restart building tmuxinator ? [y/N]

slav commented on 2018-02-05 21:58 (UTC)

with new version all back to normal with ruby and tmuxinator back to life now thank you!

slav commented on 2018-02-05 21:57 (UTC)

with new version all back to normal with ruby and tmuxinator back to life now thank you!

asermax commented on 2018-02-03 17:32 (UTC)

Some hints to build which worked for me on the current ruby version:

  • On line 19, add an extra line before the rubygems option:

    local _gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')"

  • Add ruby-rdoc to makedepends

nycko123 commented on 2018-01-24 13:19 (UTC) (edited on 2018-01-24 13:20 (UTC) by nycko123)

or you can try with this https://raw.githubusercontent.com/nycko123/ArchLinux/master/tmuxinator/PKGBUILD . Ruby 2.5.0-2, ruby-thor 0.20.0-2, tmuxinator 0.10.1

cgirard commented on 2018-01-24 12:59 (UTC)

There is a working version in the [quarry] repository[1]

[1] https://wiki.archlinux.org/index.php/Unofficial_user_repositories#quarry

KingSpeedy commented on 2018-01-24 12:47 (UTC)

Forcibly downgrading ruby to 2.4.3-1 and ruby-thor to 0.20.0-1 and preventing updates has been my strategy, but I might just ditch the AUR package and build from source.