weechat: accept every ruby version for the next 5 years.
This commit is contained in:
parent
ea6b971a18
commit
7342474b18
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
subpackages+=" weechat-perl"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
sed -i '/pkg_search_module/s/ruby-2.2/ruby-2.9 ruby-2.8 ruby-2.7 ruby-2.6 ruby-2.5 ruby-2.4 ruby-2.3 &/' cmake/FindRuby.cmake
|
||||
}
|
||||
|
||||
weechat-aspell_package() {
|
||||
lib32disabled=yes
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue