diff options
Diffstat (limited to 'network/weechat/weechat.SlackBuild')
-rw-r--r-- | network/weechat/weechat.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/weechat/weechat.SlackBuild b/network/weechat/weechat.SlackBuild index bda74bee86..22af53ade1 100644 --- a/network/weechat/weechat.SlackBuild +++ b/network/weechat/weechat.SlackBuild @@ -4,7 +4,7 @@ # Maintained by sero (firebird209 at gmail dot com) PRGNAM=weechat -VERSION=0.3.6 +VERSION=0.3.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,7 +47,7 @@ chown -R root:root . chmod -R u+w,go+r-w,a-s . if [ "$ARCH" = "x86_64" ]; then - patch -p1 < $CWD/weechat-0.3.6-set_pkgconfig_libdir_on_x86_64.diff || exit 1 + patch -p1 < $CWD/weechat-0.3.7-set_pkgconfig_libdir_on_x86_64.diff || exit 1 fi mkdir build |