From bddc418efa62f2e236002258ce22981426b792b7 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 10 Oct 2021 17:01:40 -0500 Subject: [PATCH] [trunk] -> [community] 'hexchat-2.16.0-2' add --- trunk/PKGBUILD | 4 ++-- x86_64/community/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index f6c51df..5ab2cbb 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -3,7 +3,7 @@ pkgname=hexchat pkgver=2.16.0 -pkgrel=1 +pkgrel=2 pkgdesc='A popular and easy to use graphical IRC (chat) client' arch=('x86_64') url='https://hexchat.github.io/' @@ -22,7 +22,7 @@ sha256sums=('SKIP') build() { artix-meson hexchat build \ -Dwith-lua='lua' \ - -Dwith-text='true' + -Dtext-frontend='true' ninja -C build } diff --git a/x86_64/community/PKGBUILD b/x86_64/community/PKGBUILD index f6c51df..5ab2cbb 100644 --- a/x86_64/community/PKGBUILD +++ b/x86_64/community/PKGBUILD @@ -3,7 +3,7 @@ pkgname=hexchat pkgver=2.16.0 -pkgrel=1 +pkgrel=2 pkgdesc='A popular and easy to use graphical IRC (chat) client' arch=('x86_64') url='https://hexchat.github.io/' @@ -22,7 +22,7 @@ sha256sums=('SKIP') build() { artix-meson hexchat build \ -Dwith-lua='lua' \ - -Dwith-text='true' + -Dtext-frontend='true' ninja -C build }