diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-02-19 14:16:09 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-23 08:26:51 +0700 |
commit | e2294a37dc0975abd0b17bcefd4184afc100fd79 (patch) | |
tree | fa3faf6cbf7f552a523ba9dad4e287ee3217a7a3 /network/weechat/weechat.SlackBuild | |
parent | 0bd54b4ba4e9bff5c3765d9a14d6af7ec4d57d65 (diff) | |
download | slackbuilds-e2294a37dc0975abd0b17bcefd4184afc100fd79.tar.gz |
network/weechat: Updated for version 2.4.
Diffstat (limited to 'network/weechat/weechat.SlackBuild')
-rw-r--r-- | network/weechat/weechat.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/weechat/weechat.SlackBuild b/network/weechat/weechat.SlackBuild index 7f887d3520..8a2d913286 100644 --- a/network/weechat/weechat.SlackBuild +++ b/network/weechat/weechat.SlackBuild @@ -2,7 +2,7 @@ # Originally written by hollywoodb (hollywoodb@fastmail.fm) # Maintained 2011-2016 by sero (firebird209 at gmail dot com) -# Maintained 2017-2018 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Maintained 2017-2019 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=weechat -VERSION=${VERSION:-2.3} +VERSION=${VERSION:-2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,8 +77,8 @@ cd build -DCMAKE_INSTALL_PREFIX=/usr \ -DENABLE_MAN=ON \ -DENABLE_PHP=OFF \ - -DENABLE_PYTHON3=OFF \ - -DENABLE_DOC=ON \ + -DENABLE_PYTHON=ON \ + -DENABLE_DOC=OFF \ -DLIBDIR=/usr/lib${LIBDIRSUFFIX} \ -DCMAKE_BUILD_TYPE=Release \ .. |