From 4a3c765f293c25421df3371fc58f1faf11fff33e Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sat, 5 Sep 2020 08:12:58 +1000 Subject: [PATCH 1/2] common/environment/build-style/gem.sh: remove archs=noarch. --- common/environment/build-style/gem.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/common/environment/build-style/gem.sh b/common/environment/build-style/gem.sh index 39b5228b45a..73a97bda7d8 100644 --- a/common/environment/build-style/gem.sh +++ b/common/environment/build-style/gem.sh @@ -1,7 +1,6 @@ lib32disabled=yes hostmakedepends+=" ruby" depends+=" ruby" -archs=noarch # default to rubygems if [ -z "$distfiles" ]; then From c8d469452acd44b99a6965d52f5838ddb3531a5e Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sat, 5 Sep 2020 16:52:18 +1000 Subject: [PATCH 2/2] srcpkgs: remove noarch for packages with build_style=gem. --- srcpkgs/ruby-addressable/template | 3 +-- srcpkgs/ruby-asciidoctor/template | 3 +-- srcpkgs/ruby-backports/template | 2 +- srcpkgs/ruby-clocale/template | 2 +- srcpkgs/ruby-concurrent-ruby/template | 3 +-- srcpkgs/ruby-connection_pool/template | 3 +-- srcpkgs/ruby-deep_merge/template | 3 +-- srcpkgs/ruby-erubis/template | 2 +- srcpkgs/ruby-ethon/template | 3 +-- srcpkgs/ruby-faraday/template | 3 +-- srcpkgs/ruby-faraday_middleware/template | 3 +-- srcpkgs/ruby-ffi/template | 2 +- srcpkgs/ruby-filesize/template | 3 +-- srcpkgs/ruby-gh/template | 3 +-- srcpkgs/ruby-highline/template | 3 +-- srcpkgs/ruby-hpricot/template | 2 +- srcpkgs/ruby-httparty/template | 3 +-- srcpkgs/ruby-launchy/template | 3 +-- srcpkgs/ruby-manpages/template | 3 +-- srcpkgs/ruby-mime-types-data/template | 3 +-- srcpkgs/ruby-mime-types/template | 3 +-- srcpkgs/ruby-mini_portile2/template | 2 +- srcpkgs/ruby-multi_json/template | 3 +-- srcpkgs/ruby-multi_xml/template | 3 +-- srcpkgs/ruby-multipart-post/template | 3 +-- srcpkgs/ruby-mustache/template | 3 +-- srcpkgs/ruby-net-http-persistent/template | 3 +-- srcpkgs/ruby-net-http-pipeline/template | 3 +-- srcpkgs/ruby-pkg-config/template | 2 +- srcpkgs/ruby-public_suffix/template | 3 +-- srcpkgs/ruby-pusher-client/template | 3 +-- srcpkgs/ruby-rainbow/template | 3 +-- srcpkgs/ruby-rb-readline/template | 3 +-- srcpkgs/ruby-rdiscount/template | 2 +- srcpkgs/ruby-ronn/template | 3 +-- srcpkgs/ruby-rubysl-singleton/template | 3 +-- srcpkgs/ruby-semantic_puppet/template | 3 +-- srcpkgs/ruby-sync/template | 3 +-- srcpkgs/ruby-thor/template | 2 +- srcpkgs/ruby-tmuxinator/template | 2 +- srcpkgs/ruby-travis/template | 3 +-- srcpkgs/ruby-typhoeus/template | 3 +-- srcpkgs/ruby-websocket/template | 3 +-- srcpkgs/ruby-xdg/template | 2 +- 44 files changed, 44 insertions(+), 77 deletions(-) diff --git a/srcpkgs/ruby-addressable/template b/srcpkgs/ruby-addressable/template index 0495e0176ec..41ab786e599 100644 --- a/srcpkgs/ruby-addressable/template +++ b/srcpkgs/ruby-addressable/template @@ -1,8 +1,7 @@ # Template file for 'ruby-addressable' pkgname=ruby-addressable version=2.7.0 -revision=3 -archs=noarch +revision=4 build_style=gem depends="ruby-public_suffix>=2.0.2 ruby-public_suffix<5.0" short_desc="Replacement for Ruby's standard library URI implementation" diff --git a/srcpkgs/ruby-asciidoctor/template b/srcpkgs/ruby-asciidoctor/template index f70d94c165d..7623e9bdb8a 100644 --- a/srcpkgs/ruby-asciidoctor/template +++ b/srcpkgs/ruby-asciidoctor/template @@ -1,8 +1,7 @@ # Template file for 'ruby-asciidoctor' pkgname=ruby-asciidoctor version=2.0.10 -revision=2 -archs=noarch +revision=3 build_style=gem short_desc="Ruby implementation of AsciiDoc" maintainer="Orphaned " diff --git a/srcpkgs/ruby-backports/template b/srcpkgs/ruby-backports/template index 05f6a0e92f5..766f4be46e8 100644 --- a/srcpkgs/ruby-backports/template +++ b/srcpkgs/ruby-backports/template @@ -1,7 +1,7 @@ # Template file for 'ruby-backports' pkgname=ruby-backports version=3.15.0 -revision=2 +revision=3 build_style=gem short_desc="Essential backports that enable many of the nice features of Ruby" maintainer="Orphaned " diff --git a/srcpkgs/ruby-clocale/template b/srcpkgs/ruby-clocale/template index e3eee4cd9dd..c0bb7a349c0 100644 --- a/srcpkgs/ruby-clocale/template +++ b/srcpkgs/ruby-clocale/template @@ -1,7 +1,7 @@ # Template file for 'ruby-clocale' pkgname=ruby-clocale version=0.0.4 -revision=2 +revision=3 build_style=gemspec short_desc="Ruby gem that wraps C locale functions" maintainer="Frank Steinborn " diff --git a/srcpkgs/ruby-concurrent-ruby/template b/srcpkgs/ruby-concurrent-ruby/template index f702b3a2c09..ba66df79558 100644 --- a/srcpkgs/ruby-concurrent-ruby/template +++ b/srcpkgs/ruby-concurrent-ruby/template @@ -1,8 +1,7 @@ # Template file for 'ruby-concurrent-ruby' pkgname=ruby-concurrent-ruby version=1.1.5 -revision=3 -archs="noarch" +revision=4 build_style=gem hostmakedepends="ruby" depends="ruby" diff --git a/srcpkgs/ruby-connection_pool/template b/srcpkgs/ruby-connection_pool/template index 0ef9ffee343..b45d2743e90 100644 --- a/srcpkgs/ruby-connection_pool/template +++ b/srcpkgs/ruby-connection_pool/template @@ -1,8 +1,7 @@ # Template file for 'ruby-connection_pool' pkgname=ruby-connection_pool version=2.2.2 -revision=3 -archs=noarch +revision=4 build_style=gem short_desc="Generic connection pool for Ruby" maintainer="Orphaned " diff --git a/srcpkgs/ruby-deep_merge/template b/srcpkgs/ruby-deep_merge/template index 851a1fd4901..3f895d8049c 100644 --- a/srcpkgs/ruby-deep_merge/template +++ b/srcpkgs/ruby-deep_merge/template @@ -1,8 +1,7 @@ # Template file for 'ruby-deep_merge' pkgname=ruby-deep_merge version=1.2.1 -revision=2 -archs="noarch" +revision=3 wrksrc="${pkgname#ruby-}-${version}" build_style=gemspec hostmakedepends="ruby" diff --git a/srcpkgs/ruby-erubis/template b/srcpkgs/ruby-erubis/template index 02c906f9d01..bfcc9a95e37 100644 --- a/srcpkgs/ruby-erubis/template +++ b/srcpkgs/ruby-erubis/template @@ -1,7 +1,7 @@ # Template file for 'ruby-erubis' pkgname=ruby-erubis version=2.7.0 -revision=3 +revision=4 build_style=gem short_desc="Erubis is an implementation of eRuby" maintainer="Orphaned " diff --git a/srcpkgs/ruby-ethon/template b/srcpkgs/ruby-ethon/template index 6e19f1641e3..cf5dd68fd77 100644 --- a/srcpkgs/ruby-ethon/template +++ b/srcpkgs/ruby-ethon/template @@ -1,8 +1,7 @@ # Template file for 'ruby-ethon' pkgname=ruby-ethon version=0.12.0 -revision=2 -archs=noarch +revision=3 build_style=gem depends="ruby-ffi>=1.3.0" short_desc="Lightweight wrapper around libcurl" diff --git a/srcpkgs/ruby-faraday/template b/srcpkgs/ruby-faraday/template index 517f7afa39e..6bdaaa16d97 100644 --- a/srcpkgs/ruby-faraday/template +++ b/srcpkgs/ruby-faraday/template @@ -1,8 +1,7 @@ # Template file for 'ruby-faraday' pkgname=ruby-faraday version=1.0.1 -revision=1 -archs=noarch +revision=2 build_style=gem depends="ruby-multipart-post>=1.2 ruby-multipart-post<3" short_desc="HTTP/REST API client library" diff --git a/srcpkgs/ruby-faraday_middleware/template b/srcpkgs/ruby-faraday_middleware/template index c300a0b5f86..883521623d2 100644 --- a/srcpkgs/ruby-faraday_middleware/template +++ b/srcpkgs/ruby-faraday_middleware/template @@ -1,8 +1,7 @@ # Template file for 'ruby-faraday_middleware' pkgname=ruby-faraday_middleware version=1.0.0 -revision=1 -archs=noarch +revision=2 build_style=gem depends="ruby-faraday>=1.0" short_desc="Various middleware for Faraday" diff --git a/srcpkgs/ruby-ffi/template b/srcpkgs/ruby-ffi/template index cd97e1e8d67..251c75b3cec 100644 --- a/srcpkgs/ruby-ffi/template +++ b/srcpkgs/ruby-ffi/template @@ -1,7 +1,7 @@ # Template file for 'ruby-ffi' pkgname=ruby-ffi version=1.11.3 -revision=3 +revision=4 wrksrc="ffi-${version}" build_style=gemspec hostmakedepends="libffi-devel" diff --git a/srcpkgs/ruby-filesize/template b/srcpkgs/ruby-filesize/template index dad1a39f098..6d67a2cf57e 100644 --- a/srcpkgs/ruby-filesize/template +++ b/srcpkgs/ruby-filesize/template @@ -1,8 +1,7 @@ # Template file for 'ruby-filesize' pkgname=ruby-filesize version=0.2.0 -revision=3 -archs=noarch +revision=4 build_style=gem short_desc="Small class for handling filesizes" maintainer="Frank Steinborn " diff --git a/srcpkgs/ruby-gh/template b/srcpkgs/ruby-gh/template index 0a9899994f1..3e240b6bb7d 100644 --- a/srcpkgs/ruby-gh/template +++ b/srcpkgs/ruby-gh/template @@ -1,8 +1,7 @@ # Template file for 'ruby-gh' pkgname=ruby-gh version=0.15.1 -revision=3 -archs=noarch +revision=4 build_style=gem depends="ruby-addressable>=2.4.0 ruby-backports ruby-faraday>=0.8 ruby-multi_json>=1.0 ruby-net-http-persistent>=2.9 ruby-net-http-pipeline" diff --git a/srcpkgs/ruby-highline/template b/srcpkgs/ruby-highline/template index 5064e4167c3..ee6b06debf0 100644 --- a/srcpkgs/ruby-highline/template +++ b/srcpkgs/ruby-highline/template @@ -1,8 +1,7 @@ # Template file for 'ruby-highline' pkgname=ruby-highline version=2.0.3 -revision=2 -archs=noarch +revision=3 build_style=gem short_desc="High-level IO library for comamndline interfaces" maintainer="Orphaned " diff --git a/srcpkgs/ruby-hpricot/template b/srcpkgs/ruby-hpricot/template index af41366f7c4..b8e8b600c6c 100644 --- a/srcpkgs/ruby-hpricot/template +++ b/srcpkgs/ruby-hpricot/template @@ -1,7 +1,7 @@ # Template file for 'ruby-hpricot' pkgname=ruby-hpricot version=0.8.6 -revision=4 +revision=5 wrksrc="${pkgname#ruby-}-${version}" build_style=gemspec makedepends="ruby-devel" diff --git a/srcpkgs/ruby-httparty/template b/srcpkgs/ruby-httparty/template index 7a26fe321e7..3e8616fb236 100644 --- a/srcpkgs/ruby-httparty/template +++ b/srcpkgs/ruby-httparty/template @@ -1,8 +1,7 @@ # Template file for 'ruby-httparty' pkgname=ruby-httparty version=0.17.1 -revision=2 -archs=noarch +revision=3 build_style=gem depends="ruby-mime-types>=3.0 ruby-multi_xml>=0.5.2" short_desc="Makes http fun! Also, makes consuming restful web services dead easy" diff --git a/srcpkgs/ruby-launchy/template b/srcpkgs/ruby-launchy/template index 1586ac19625..778bde21eee 100644 --- a/srcpkgs/ruby-launchy/template +++ b/srcpkgs/ruby-launchy/template @@ -1,8 +1,7 @@ # Template file for 'ruby-launchy' pkgname=ruby-launchy version=2.4.3 -revision=3 -archs=noarch +revision=4 build_style=gem depends="ruby-addressable>=2.3 ruby-addressable<3.0" short_desc="Helper class for launching cross-platform applications" diff --git a/srcpkgs/ruby-manpages/template b/srcpkgs/ruby-manpages/template index 2521b71af56..22923d67af4 100644 --- a/srcpkgs/ruby-manpages/template +++ b/srcpkgs/ruby-manpages/template @@ -1,8 +1,7 @@ # Template file for 'ruby-manpages' pkgname=ruby-manpages version=0.6.1 -revision=3 -archs=noarch +revision=4 build_style=gem short_desc="Gem to add man pages support to ruby gems" maintainer="Frank Steinborn " diff --git a/srcpkgs/ruby-mime-types-data/template b/srcpkgs/ruby-mime-types-data/template index d8b3958fc44..4faca2984f2 100644 --- a/srcpkgs/ruby-mime-types-data/template +++ b/srcpkgs/ruby-mime-types-data/template @@ -1,8 +1,7 @@ # Template file for 'ruby-mime-types-data' pkgname=ruby-mime-types-data version=3.2019.1009 -revision=2 -archs=noarch +revision=3 build_style=gem short_desc="Registry for MIME media type definitions" maintainer="Orphaned " diff --git a/srcpkgs/ruby-mime-types/template b/srcpkgs/ruby-mime-types/template index 1512f5f9a6c..d9965c79fef 100644 --- a/srcpkgs/ruby-mime-types/template +++ b/srcpkgs/ruby-mime-types/template @@ -1,8 +1,7 @@ # Template file for 'ruby-mime-types' pkgname=ruby-mime-types version=3.3 -revision=2 -archs=noarch +revision=3 build_style=gem depends="ruby-mime-types-data>=3.2015" short_desc="Library for registry and information about MIME types" diff --git a/srcpkgs/ruby-mini_portile2/template b/srcpkgs/ruby-mini_portile2/template index 9ddedc336f5..81a83e2f4aa 100644 --- a/srcpkgs/ruby-mini_portile2/template +++ b/srcpkgs/ruby-mini_portile2/template @@ -1,7 +1,7 @@ # Template file for 'ruby-mini_portile2' pkgname=ruby-mini_portile2 version=2.4.0 -revision=2 +revision=3 build_style=gem short_desc="Simplistic port-like solution for developers" maintainer="Orphaned " diff --git a/srcpkgs/ruby-multi_json/template b/srcpkgs/ruby-multi_json/template index 71c3623f0fb..720c59e0d76 100644 --- a/srcpkgs/ruby-multi_json/template +++ b/srcpkgs/ruby-multi_json/template @@ -1,8 +1,7 @@ # Template file for 'ruby-multi_json' pkgname=ruby-multi_json version=1.14.1 -revision=2 -archs=noarch +revision=3 build_style=gem short_desc="Common interface for multiple JSON parsing libraries" maintainer="Orphaned " diff --git a/srcpkgs/ruby-multi_xml/template b/srcpkgs/ruby-multi_xml/template index 3a4628c9e29..adb5eeb523a 100644 --- a/srcpkgs/ruby-multi_xml/template +++ b/srcpkgs/ruby-multi_xml/template @@ -1,8 +1,7 @@ # Template file for 'ruby-multi_xml' pkgname=ruby-multi_xml version=0.6.0 -revision=3 -archs=noarch +revision=4 build_style=gem short_desc="Swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML" maintainer="Orphaned " diff --git a/srcpkgs/ruby-multipart-post/template b/srcpkgs/ruby-multipart-post/template index a2b21ce7627..61694935fed 100644 --- a/srcpkgs/ruby-multipart-post/template +++ b/srcpkgs/ruby-multipart-post/template @@ -1,8 +1,7 @@ # Template file for 'ruby-multipart-post' pkgname=ruby-multipart-post version=2.1.1 -revision=2 -archs=noarch +revision=3 build_style=gem short_desc="Use with Net::HTTP to do multipart form posts" maintainer="Orphaned " diff --git a/srcpkgs/ruby-mustache/template b/srcpkgs/ruby-mustache/template index 96ebfb59b27..2481ff7a74d 100644 --- a/srcpkgs/ruby-mustache/template +++ b/srcpkgs/ruby-mustache/template @@ -1,8 +1,7 @@ # Template file for 'ruby-mustache' pkgname=ruby-mustache version=1.1.1 -revision=2 -archs=noarch +revision=3 build_style=gem short_desc="Framework-agnostic way to render logic-free views" maintainer="Orphaned " diff --git a/srcpkgs/ruby-net-http-persistent/template b/srcpkgs/ruby-net-http-persistent/template index afae4ea0308..6d18ce93381 100644 --- a/srcpkgs/ruby-net-http-persistent/template +++ b/srcpkgs/ruby-net-http-persistent/template @@ -1,8 +1,7 @@ # Template file for 'ruby-net-http-persistent' pkgname=ruby-net-http-persistent version=3.1.0 -revision=2 -archs=noarch +revision=3 build_style=gem depends="ruby-connection_pool>=2.2 ruby-connection_pool<3.0" short_desc="Manages persistent connections using Net::HTTP" diff --git a/srcpkgs/ruby-net-http-pipeline/template b/srcpkgs/ruby-net-http-pipeline/template index 0cb6aa687ff..8ecf3bcdea6 100644 --- a/srcpkgs/ruby-net-http-pipeline/template +++ b/srcpkgs/ruby-net-http-pipeline/template @@ -1,8 +1,7 @@ # Template file for 'ruby-net-http-pipeline' pkgname=ruby-net-http-pipeline version=1.0.1 -revision=3 -archs=noarch +revision=4 build_style=gem short_desc="HTTP/1.1 pipelining implementation atop Net::HTTP" maintainer="Orphaned " diff --git a/srcpkgs/ruby-pkg-config/template b/srcpkgs/ruby-pkg-config/template index 2febf3bed6b..a7cfd88187a 100644 --- a/srcpkgs/ruby-pkg-config/template +++ b/srcpkgs/ruby-pkg-config/template @@ -1,7 +1,7 @@ # Template file for 'ruby-pkg-config' pkgname=ruby-pkg-config version=1.4.0 -revision=2 +revision=3 build_style=gem short_desc="Properly detect need libraries for compiling Ruby native extensions" maintainer="Orphaned " diff --git a/srcpkgs/ruby-public_suffix/template b/srcpkgs/ruby-public_suffix/template index ec94bd34ca3..141144fa06a 100644 --- a/srcpkgs/ruby-public_suffix/template +++ b/srcpkgs/ruby-public_suffix/template @@ -1,8 +1,7 @@ # Template file for 'ruby-public_suffix' pkgname=ruby-public_suffix version=4.0.2 -revision=2 -archs=noarch +revision=3 build_style=gem short_desc="Parse domain names into top level domain, domain and subdomains" maintainer="Orphaned " diff --git a/srcpkgs/ruby-pusher-client/template b/srcpkgs/ruby-pusher-client/template index 9b41bbf12ef..2acc004ee7d 100644 --- a/srcpkgs/ruby-pusher-client/template +++ b/srcpkgs/ruby-pusher-client/template @@ -1,8 +1,7 @@ # Template file for 'ruby-pusher-client' pkgname=ruby-pusher-client version=0.6.2 -revision=3 -archs=noarch +revision=4 build_style=gem depends="ruby-websocket>=1.0 ruby-websocket<2.0" short_desc="Client for consuming WebSockets from http://pusher.com" diff --git a/srcpkgs/ruby-rainbow/template b/srcpkgs/ruby-rainbow/template index dc2c03331d4..3e275e846a4 100644 --- a/srcpkgs/ruby-rainbow/template +++ b/srcpkgs/ruby-rainbow/template @@ -1,8 +1,7 @@ # Template file for 'ruby-rainbow' pkgname=ruby-rainbow version=3.0.0 -revision=3 -archs=noarch +revision=4 build_style=gem short_desc="Colorize printed text on ANSI terminals" maintainer="Frank Steinborn " diff --git a/srcpkgs/ruby-rb-readline/template b/srcpkgs/ruby-rb-readline/template index 5457b9cd5d1..a29798888ea 100644 --- a/srcpkgs/ruby-rb-readline/template +++ b/srcpkgs/ruby-rb-readline/template @@ -1,8 +1,7 @@ # Template file for 'ruby-rb-readline' pkgname=ruby-rb-readline version=0.5.5 -revision=3 -archs=noarch +revision=4 build_style=gem depends="ruby" short_desc="Pure Ruby implementation of GNU readline library" diff --git a/srcpkgs/ruby-rdiscount/template b/srcpkgs/ruby-rdiscount/template index 0b9bd724fd5..4bf6c29a334 100644 --- a/srcpkgs/ruby-rdiscount/template +++ b/srcpkgs/ruby-rdiscount/template @@ -1,7 +1,7 @@ # Template file for 'ruby-rdiscount' pkgname=ruby-rdiscount version=2.2.0.1 -revision=4 +revision=5 wrksrc="${pkgname#ruby-}-${version}" build_style=gemspec makedepends="ruby-devel" diff --git a/srcpkgs/ruby-ronn/template b/srcpkgs/ruby-ronn/template index cada3abd52d..1196a2d9dd1 100644 --- a/srcpkgs/ruby-ronn/template +++ b/srcpkgs/ruby-ronn/template @@ -1,8 +1,7 @@ # Template file for 'ruby-ronn' pkgname=ruby-ronn version=0.7.3 -revision=3 -archs=noarch +revision=4 build_style=gem depends="ruby-hpricot ruby-mustache ruby-rdiscount groff" short_desc="Strick markdown-like format for manpages" diff --git a/srcpkgs/ruby-rubysl-singleton/template b/srcpkgs/ruby-rubysl-singleton/template index a2b64a23ca4..d7e76435899 100644 --- a/srcpkgs/ruby-rubysl-singleton/template +++ b/srcpkgs/ruby-rubysl-singleton/template @@ -1,8 +1,7 @@ # Template file for 'ruby-rubysl-singleton' pkgname=ruby-rubysl-singleton version=2.0.0 -revision=2 -archs="noarch" +revision=3 build_style=gemspec hostmakedepends="ruby" depends="ruby" diff --git a/srcpkgs/ruby-semantic_puppet/template b/srcpkgs/ruby-semantic_puppet/template index e7af95f9e7a..8d8f174a0c9 100644 --- a/srcpkgs/ruby-semantic_puppet/template +++ b/srcpkgs/ruby-semantic_puppet/template @@ -1,8 +1,7 @@ # Template file for 'ruby-semantic_puppet' pkgname=ruby-semantic_puppet version=1.0.2 -revision=2 -archs=noarch +revision=3 build_style=gem short_desc="Tools for working with Semantic Versions" maintainer="eater <=@eater.me>" diff --git a/srcpkgs/ruby-sync/template b/srcpkgs/ruby-sync/template index 20771ee9b5e..ff54f4344ea 100644 --- a/srcpkgs/ruby-sync/template +++ b/srcpkgs/ruby-sync/template @@ -1,8 +1,7 @@ # Template file for 'ruby-sync' pkgname=ruby-sync version=0.5.0 -revision=1 -archs="noarch" +revision=2 wrksrc="${pkgname#ruby-}-${version}" build_style=gemspec hostmakedepends="ruby" diff --git a/srcpkgs/ruby-thor/template b/srcpkgs/ruby-thor/template index 4a642ef8fae..876a0db6f19 100644 --- a/srcpkgs/ruby-thor/template +++ b/srcpkgs/ruby-thor/template @@ -1,7 +1,7 @@ # Template file for 'ruby-thor' pkgname=ruby-thor version=0.20.3 -revision=3 +revision=4 build_style=gem short_desc="Toolkit for building powerful command-line interfaces" maintainer="Orphaned " diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template index f5d3b1f4282..5cb1f346bcd 100644 --- a/srcpkgs/ruby-tmuxinator/template +++ b/srcpkgs/ruby-tmuxinator/template @@ -1,7 +1,7 @@ # Template file for 'ruby-tmuxinator' pkgname=ruby-tmuxinator version=0.16.0 -revision=2 +revision=3 build_style=gem depends="ruby-erubis>=2.6 ruby-thor>=0.15.0 ruby-xdg>=2.2.3 tmux" short_desc="Create and manage complex tmux sessions easily" diff --git a/srcpkgs/ruby-travis/template b/srcpkgs/ruby-travis/template index 2eaa35cad8e..76305511066 100644 --- a/srcpkgs/ruby-travis/template +++ b/srcpkgs/ruby-travis/template @@ -1,8 +1,7 @@ # Template file for 'ruby-travis' pkgname=ruby-travis version=1.9.0 -revision=1 -archs=noarch +revision=2 build_style=gem depends="ruby-backports ruby-faraday>=1.0 ruby-faraday_middleware>=1.0 ruby-gh>=0.13 ruby-highline>=2.0 ruby-launchy>=2.1 ruby-pusher-client>=0.4 diff --git a/srcpkgs/ruby-typhoeus/template b/srcpkgs/ruby-typhoeus/template index 33447f4b2bf..0e2df91122c 100644 --- a/srcpkgs/ruby-typhoeus/template +++ b/srcpkgs/ruby-typhoeus/template @@ -1,8 +1,7 @@ # Template file for 'ruby-typhoeus' pkgname=ruby-typhoeus version=1.3.1 -revision=3 -archs=noarch +revision=4 build_style=gem depends="ruby-ethon>=0.9.0" short_desc="Parallel HTTP requests runner" diff --git a/srcpkgs/ruby-websocket/template b/srcpkgs/ruby-websocket/template index 83c913113f1..e1d6ac22040 100644 --- a/srcpkgs/ruby-websocket/template +++ b/srcpkgs/ruby-websocket/template @@ -1,8 +1,7 @@ # Template file for 'ruby-websocket' pkgname=ruby-websocket version=1.2.8 -revision=3 -archs=noarch +revision=4 build_style=gem short_desc="Universal Ruby library to handle WebSocket protocol" maintainer="Orphaned " diff --git a/srcpkgs/ruby-xdg/template b/srcpkgs/ruby-xdg/template index 7907717abfe..154f6d7df90 100644 --- a/srcpkgs/ruby-xdg/template +++ b/srcpkgs/ruby-xdg/template @@ -1,7 +1,7 @@ # Template file for 'ruby-xdg' pkgname=ruby-xdg version=3.1.1 -revision=2 +revision=3 build_style=gem short_desc="Module for supporting the XDG Base Directory Standard" maintainer="Orphaned "