weechat: accept every ruby version for the next 5 years.

This commit is contained in:
Christian Neukirchen 2015-12-25 19:06:42 +01:00
parent ea6b971a18
commit 7342474b18

View file

@ -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}"