summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--patches/weechat-2.1.local.patch (renamed from patches/weechat-1.6.local.patch)4
-rw-r--r--patches/weechat-2.1_pre.local.patch (renamed from patches/weechat-1.6_pre.local.patch)4
-rw-r--r--vars/build.vars4
3 files changed, 6 insertions, 6 deletions
diff --git a/patches/weechat-1.6.local.patch b/patches/weechat-2.1.local.patch
index 2c709aea..2b08df5b 100644
--- a/patches/weechat-1.6.local.patch
+++ b/patches/weechat-2.1.local.patch
@@ -1,5 +1,5 @@
---- weechat-1.6/configure.orig 2017-11-28 13:45:00.520000000 +0000
-+++ weechat-1.6/configure 2017-11-28 13:46:29.676000000 +0000
+--- weechat-2.1/configure.orig 2017-11-28 13:45:00.520000000 +0000
++++ weechat-2.1/configure 2017-11-28 13:46:29.676000000 +0000
@@ -22487,7 +22487,6 @@
# pkg-config
# ------------------------------------------------------------------------------
diff --git a/patches/weechat-1.6_pre.local.patch b/patches/weechat-2.1_pre.local.patch
index 53b07365..e05a3326 100644
--- a/patches/weechat-1.6_pre.local.patch
+++ b/patches/weechat-2.1_pre.local.patch
@@ -1,5 +1,5 @@
---- weechat-1.6/autogen.sh.orig 2016-10-02 09:35:04.000000000 +0200
-+++ weechat-1.6/autogen.sh 2016-12-07 21:16:43.722726800 +0100
+--- weechat-2.1/autogen.sh.orig 2016-10-02 09:35:04.000000000 +0200
++++ weechat-2.1/autogen.sh 2016-12-07 21:16:43.722726800 +0100
@@ -64,7 +64,7 @@
run "rm -rf intl"
diff --git a/vars/build.vars b/vars/build.vars
index fa80dc2d..8c2a3b42 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -1269,8 +1269,8 @@ mailutils mtr mutt nginx openlitespeed openssh pacman rsync socat thttpd weechat
: ${PKG_THTTPD_IN_TREE:=1};
: ${PKG_THTTPD_MAKE_INSTALL_VNAME:=prefix};
: ${PKG_THTTPD_MAKEFLAGS_BUILD_EXTRA:=-j1};
-: ${PKG_WEECHAT_SHA256SUM:=3061e57460e0e3e4533551c45ced53b222fe0933848250d0fb7337d9aacfd853};
-: ${PKG_WEECHAT_VERSION:=1.6};
+: ${PKG_WEECHAT_SHA256SUM:=2c27fa68783bd4fda7ad00d6f3ea0fefb6c792f4bda8261ca7106ea4b4595906};
+: ${PKG_WEECHAT_VERSION:=2.1};
: ${PKG_WEECHAT_URL:=https://weechat.org/files/src/weechat-${PKG_WEECHAT_VERSION}.tar.gz};
: ${PKG_WEECHAT_CONFIGURE_ARGS_EXTRA:="--disable-aspell --disable-gnutls --disable-guile --disable-javascript --disable-lua --disable-perl --disable-python --disable-ruby --disable-tcl"};
: ${PKG_WEECHAT_ENV_VARS_EXTRA:="CURL_CONFIG=${PREFIX_NATIVE}/bin/curl-config:LIBGCRYPT_CONFIG=${PREFIX_NATIVE}/bin/libgcrypt-config"};