Date: Sunday, August 21, 2022 @ 20:21:25 Author: anthraxx Revision: 454161
upgpkg: irssi 1.4.2-2: explicitly enable true colors That option will only be enabled by default in 1.5 Modified: irssi/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-21 19:36:25 UTC (rev 454160) +++ PKGBUILD 2022-08-21 20:21:25 UTC (rev 454161) @@ -4,7 +4,7 @@ pkgname=irssi pkgver=1.4.2 -pkgrel=1 +pkgrel=2 pkgdesc='Modular text mode IRC client with Perl scripting' url='https://irssi.org/' arch=('x86_64') @@ -25,7 +25,8 @@ -Dwith-perl-lib=vendor \ -Dwith-proxy=yes \ -Dwith-otr=yes \ - -Dwith-perl=yes + -Dwith-perl=yes \ + -Denable-true-color=yes ninja -C Build }
