From 733cbc73405ed852158a4a83419842b272781eae Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 3 Mar 2024 21:16:35 -0500 Subject: [PATCH] hexchat: backtick is also a common delimiter --- srcpkgs/hexchat/patches/url_delim.patch | 2 +- srcpkgs/hexchat/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hexchat/patches/url_delim.patch b/srcpkgs/hexchat/patches/url_delim.patch index fbb53da966d..f9f430845fa 100644 --- a/srcpkgs/hexchat/patches/url_delim.patch +++ b/srcpkgs/hexchat/patches/url_delim.patch @@ -20,7 +20,7 @@ index 418bb4da5..fb4962e12 100644 /* is delimiter */ #define is_del(c) \ - (c == ' ' || c == '\n' || c == '>' || c == '<' || c == 0) -+ (c == ' ' || c == '\n' || c == '>' || c == '<' || c == 0 || c == '"' || c == '\'') ++ (c == ' ' || c == '\n' || c == '>' || c == '<' || c == 0 || c == '"' || c == '\'' || c == '`') /* force scrolling off */ #define dontscroll(buf) (buf)->last_pixel_pos = 0x7fffffff diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template index b0f495a2b3f..d20bef5fccf 100644 --- a/srcpkgs/hexchat/template +++ b/srcpkgs/hexchat/template @@ -1,7 +1,7 @@ # Template file for 'hexchat' pkgname=hexchat version=2.16.2 -revision=1 +revision=2 build_style=meson configure_args="-Ddbus=enabled -Dtls=enabled -Dwith-perl=/usr/bin/perl -Dwith-python=python3