weechat: update to 3.2.
This commit is contained in:
parent
499aefb40a
commit
78248d1af7
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'weechat'
|
# Template file for 'weechat'
|
||||||
pkgname=weechat
|
pkgname=weechat
|
||||||
version=3.1
|
version=3.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
|
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
|
||||||
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
|
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
|
||||||
|
@ -9,7 +9,7 @@ configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
|
||||||
hostmakedepends="ruby-asciidoctor libgcrypt-devel pkg-config python3 tcl-devel
|
hostmakedepends="ruby-asciidoctor libgcrypt-devel pkg-config python3 tcl-devel
|
||||||
gettext"
|
gettext"
|
||||||
makedepends="aspell-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"
|
perl python3-devel ruby-devel tcl-devel libgcrypt-devel"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
short_desc="Fast, light and extensible IRC client"
|
short_desc="Fast, light and extensible IRC client"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -17,7 +17,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://www.weechat.org"
|
homepage="https://www.weechat.org"
|
||||||
changelog="https://raw.githubusercontent.com/weechat/weechat/master/ChangeLog.adoc"
|
changelog="https://raw.githubusercontent.com/weechat/weechat/master/ChangeLog.adoc"
|
||||||
distfiles="https://www.weechat.org/files/src/weechat-${version}.tar.xz"
|
distfiles="https://www.weechat.org/files/src/weechat-${version}.tar.xz"
|
||||||
checksum=a55a2975aa119f76983412507e3ddb3fe68d0744e08739681ddc17744e77a4f7
|
checksum=39a8adf374e80653c9dd2be06870341594ea081b3a9c3690132e556abf9d87a8
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua weechat-perl"
|
subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua weechat-perl"
|
||||||
|
|
Loading…
Reference in a new issue