weechat: update to 3.0.1.

Switch to aspell, fix update check.
This commit is contained in:
Leah Neukirchen 2021-02-09 17:01:41 +01:00
parent aa5df25ecc
commit a5cadcf49d
2 changed files with 5 additions and 4 deletions

View file

@ -1,13 +1,13 @@
# Template file for 'weechat'
pkgname=weechat
version=3.0
version=3.0.1
revision=1
build_style=cmake
configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
-DENABLE_GUILE=OFF -DENABLE_PHP=OFF -DENABLE_JAVASCRIPT=OFF"
hostmakedepends="ruby-asciidoctor libgcrypt-devel pkg-config python3 tcl-devel"
makedepends="enchant-devel gnutls-devel libcurl-devel lua53-devel ncurses-devel
makedepends="aspell-devel gnutls-devel libcurl-devel lua53-devel ncurses-devel
perl python3-devel ruby-devel tcl-devel"
depends="ca-certificates"
short_desc="Fast, light and extensible IRC client"
@ -16,7 +16,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=6cb7d25a363b66b835f1b9f29f3580d6f09ac7d38505b46a62c178b618d9f1fb
checksum=781d9bfc7e1321447de9949263b82e3ee45639b7d71693558f40ff87211ca6dd
lib32disabled=yes
subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua weechat-perl"

1
srcpkgs/weechat/update Normal file
View file

@ -0,0 +1 @@
site='https://weechat.org/download/'