diff --git a/trunk/0001-python-cffi.patch b/trunk/0001-python-cffi.patch index a4f4616..eb86f56 100644 --- a/trunk/0001-python-cffi.patch +++ b/trunk/0001-python-cffi.patch @@ -3616,7 +3616,7 @@ index 00000000..30694802 + +# There can be empty entries between non-empty ones so find the actual last value +def wordlist_len(words): -+ for i in range(31, 1, -1): ++ for i in range(31, 0, -1): + if ffi.string(words[i]): + return i + diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index c326543..6f64cbe 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -3,7 +3,7 @@ pkgname=hexchat pkgver=2.14.3 -pkgrel=8 +pkgrel=9 pkgdesc='A popular and easy to use graphical IRC (chat) client' arch=('x86_64') url='https://hexchat.github.io/' @@ -22,7 +22,7 @@ source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}" '0003-Use-pango_font_metrics_get_height-to-calculate-font-height.patch' '0004-fix_segfault_on_lua_pop_with_Lua_5.4.3.patch') sha256sums=('SKIP' - '92af0d106627c9b9716036ce81f697de35f37b4ba2e7bd34244824520e485bba' + '35067ddd80f982a7ffe029533a2a27faeb2c2272822451ddc91052a2c96276a0' '8d17ce657e744272815b5fb33d8ad959f79ece3294349637eaadcf86d90496fa' '691f344479a8b1186008516f0ebe7e3d482059cd297f58573634fa5a58f3d0ca' 'a8d6917deec758b3a822471316f0bd7819d3661ef6f657c52953711227a2cbe6') diff --git a/x86_64/community/0001-python-cffi.patch b/x86_64/community/0001-python-cffi.patch index a4f4616..eb86f56 100644 --- a/x86_64/community/0001-python-cffi.patch +++ b/x86_64/community/0001-python-cffi.patch @@ -3616,7 +3616,7 @@ index 00000000..30694802 + +# There can be empty entries between non-empty ones so find the actual last value +def wordlist_len(words): -+ for i in range(31, 1, -1): ++ for i in range(31, 0, -1): + if ffi.string(words[i]): + return i + diff --git a/x86_64/community/PKGBUILD b/x86_64/community/PKGBUILD index c326543..6f64cbe 100644 --- a/x86_64/community/PKGBUILD +++ b/x86_64/community/PKGBUILD @@ -3,7 +3,7 @@ pkgname=hexchat pkgver=2.14.3 -pkgrel=8 +pkgrel=9 pkgdesc='A popular and easy to use graphical IRC (chat) client' arch=('x86_64') url='https://hexchat.github.io/' @@ -22,7 +22,7 @@ source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}" '0003-Use-pango_font_metrics_get_height-to-calculate-font-height.patch' '0004-fix_segfault_on_lua_pop_with_Lua_5.4.3.patch') sha256sums=('SKIP' - '92af0d106627c9b9716036ce81f697de35f37b4ba2e7bd34244824520e485bba' + '35067ddd80f982a7ffe029533a2a27faeb2c2272822451ddc91052a2c96276a0' '8d17ce657e744272815b5fb33d8ad959f79ece3294349637eaadcf86d90496fa' '691f344479a8b1186008516f0ebe7e3d482059cd297f58573634fa5a58f3d0ca' 'a8d6917deec758b3a822471316f0bd7819d3661ef6f657c52953711227a2cbe6')