weechat: update to 3.5.

This commit is contained in:
Leah Neukirchen 2022-03-28 14:22:18 +02:00
parent 0957027b6f
commit 8ccfd20230

View file

@ -1,6 +1,6 @@
# Template file for 'weechat'
pkgname=weechat
version=3.4.1
version=3.5
revision=1
build_style=cmake
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
@ -17,7 +17,7 @@ license="GPL-3.0-or-later"
homepage="https://www.weechat.org"
changelog="https://raw.githubusercontent.com/weechat/weechat/master/ChangeLog.adoc"
distfiles="https://www.weechat.org/files/src/weechat-${version}.tar.xz"
checksum=7e088109ad5dfbcb08a9a6b1dd70ea8236093fed8a13ee9d9c98881d7b1aeae7
checksum=ea904e4cec8edd0bd24f3ea17f6d6dff97ca00ee0571ee972e79e54c8c08170c
lib32disabled=yes
subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua weechat-perl"
@ -32,10 +32,6 @@ 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}"