From 17374225a87455f5d876215a3fdf2ec45b3d3425 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Mon, 10 Jun 2024 11:33:55 +0200 Subject: [PATCH 1/2] ruby-thor: update to 1.3.1. --- srcpkgs/ruby-thor/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ruby-thor/template b/srcpkgs/ruby-thor/template index 3e7259e6d425f1..ba00e4b5c1a829 100644 --- a/srcpkgs/ruby-thor/template +++ b/srcpkgs/ruby-thor/template @@ -1,13 +1,13 @@ # Template file for 'ruby-thor' pkgname=ruby-thor -version=1.2.1 -revision=3 +version=1.3.1 +revision=1 build_style=gem short_desc="Toolkit for building powerful command-line interfaces" maintainer="Orphaned " license="MIT" homepage="http://whatisthor.com/" -checksum=b1752153dc9c6b8d3fcaa665e9e1a00a3e73f28da5e238b81c404502e539d446 +checksum=fa7e3471d4f6a27138e3d9c9b0d4daac9c3d7383927667ae83e9ab42ae7401ef post_install() { vlicense LICENSE.md From 4c35929202524c8a3f6fea39a89d07f6fce2d9e6 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Mon, 10 Jun 2024 11:34:27 +0200 Subject: [PATCH 2/2] ruby-tmuxinator: update to 3.2.1. --- srcpkgs/ruby-tmuxinator/patches/xdg.patch | 10 +++++----- srcpkgs/ruby-tmuxinator/template | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/ruby-tmuxinator/patches/xdg.patch b/srcpkgs/ruby-tmuxinator/patches/xdg.patch index 034a6b2bc1ee7a..6a3e95d52fb257 100644 --- a/srcpkgs/ruby-tmuxinator/patches/xdg.patch +++ b/srcpkgs/ruby-tmuxinator/patches/xdg.patch @@ -1,5 +1,5 @@ diff --git a/lib/tmuxinator/config.rb b/lib/tmuxinator/config.rb -index 25620bf..fcc61a3 100644 +index d14eb9a17a5..d4eccaa36b0 100644 --- a/lib/tmuxinator/config.rb +++ b/lib/tmuxinator/config.rb @@ -29,7 +29,7 @@ module Tmuxinator @@ -12,13 +12,13 @@ index 25620bf..fcc61a3 100644 def xdg? diff --git a/spec/lib/tmuxinator/config_spec.rb b/spec/lib/tmuxinator/config_spec.rb -index 71b8da2..d28a60a 100644 +index 09ab25f8831..9e971e0a414 100644 --- a/spec/lib/tmuxinator/config_spec.rb +++ b/spec/lib/tmuxinator/config_spec.rb @@ -53,7 +53,8 @@ describe Tmuxinator::Config do Dir.mktmpdir do |dir| - config_parent = "#{dir}/non_existant_parent/s" + config_parent = "#{dir}/non_existent_parent/s" - allow(XDG).to receive(:[]).with("CONFIG").and_return config_parent + allow(XDG::Config).to receive_message_chain(:new, :home, :to_s). + and_return config_parent @@ -36,13 +36,13 @@ index 71b8da2..d28a60a 100644 end diff --git a/tmuxinator.gemspec b/tmuxinator.gemspec -index 1b02053..3f4c8f8 100644 +index df933d888e2..f8e9fe71d4e 100644 --- a/tmuxinator.gemspec +++ b/tmuxinator.gemspec @@ -41,7 +41,7 @@ Gem::Specification.new do |s| s.add_dependency "erubis", "~> 2.6" - s.add_dependency "thor", "~> 1.2.1" + s.add_dependency "thor", "~> 1.3.0" - s.add_dependency "xdg", "~> 2.2", ">= 2.2.5" + s.add_dependency "xdg", ">= 4.3.0" diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template index 760fc5eae2809f..122ec3eed36d5a 100644 --- a/srcpkgs/ruby-tmuxinator/template +++ b/srcpkgs/ruby-tmuxinator/template @@ -1,16 +1,16 @@ # Template file for 'ruby-tmuxinator' pkgname=ruby-tmuxinator -version=3.0.5 -revision=3 +version=3.2.1 +revision=1 build_style=gemspec -depends="ruby-erubis>=2.6 ruby-thor>=1.2.1 ruby-xdg>=4.3.0 tmux" +depends="ruby-erubis>=2.6 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux" short_desc="Create and manage complex tmux sessions easily" -maintainer="Alexander Egorenkov " +maintainer="dataCobra " license="MIT" homepage="https://github.com/tmuxinator/tmuxinator" changelog="https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/CHANGELOG.md" distfiles="https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v${version}.tar.gz" -checksum=f67296a0b600fb5d8e51bf8fc9f8376a887754fd74cd59b6a8d9c962ad8f80a4 +checksum=56c0b26b37c801ba8dc95666e39bf69f4041817b34471bd915f587cface6220b post_install() { vlicense LICENSE