weechat: rebuild for ruby-3.1.0.
This commit is contained in:
parent
ba02d22147
commit
b5ef84e260
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'weechat'
|
||||
pkgname=weechat
|
||||
version=3.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
|
||||
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
|
||||
|
@ -32,6 +32,10 @@ if [ "$CROSS_BUILD" ]; then
|
|||
-DPERL_LFLAGS=-L$_perlpath"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
vsed -i '/pkg_search_module/s/ruby-3.0/ruby-3.1 &/' cmake/FindRuby.cmake
|
||||
}
|
||||
|
||||
weechat-aspell_package() {
|
||||
lib32disabled=yes
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue