weechat: update to 2.3.

This commit is contained in:
maxice8 2018-10-21 11:04:15 -03:00 committed by maxice8
parent 55889fa449
commit 91fe995e5d
1 changed files with 7 additions and 5 deletions

View File

@ -1,13 +1,15 @@
# Template file for 'weechat'
pkgname=weechat
version=2.2
revision=3
version=2.3
revision=1
lib32disabled=yes
build_style=cmake
configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DPYTHON_EXECUTABLE=/usr/bin/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so"
configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_RUBY=ON -DENABLE_ASPELL=ON
-DPYTHON_EXECUTABLE=/usr/bin/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so"
hostmakedepends="asciidoc libgcrypt-devel pkg-config python-devel tcl-devel"
makedepends="enchant-devel gnutls-devel libcurl-devel lua-devel python-devel
ruby-devel tcl-devel"
ruby-devel tcl-devel perl"
depends="ca-certificates"
short_desc="Fast, light and extensible IRC client"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
@ -15,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="${homepage}/files/src/${pkgname}-${version}.tar.bz2"
checksum=8f621d638dc93db27a7865b6c4a67c14376bbd33315579de3998f0e30e84965c
checksum=3c5919c23feb40368fae08f3581448c707e1bdb14c835c06c31b78ebadbb2456
subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua weechat-perl"