[trunk] -> [community] 'hexchat-2.16.0-2' add

This commit is contained in:
Nathan
2021-10-10 17:01:40 -05:00
parent 3ed6a2143a
commit bddc418efa
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
pkgname=hexchat pkgname=hexchat
pkgver=2.16.0 pkgver=2.16.0
pkgrel=1 pkgrel=2
pkgdesc='A popular and easy to use graphical IRC (chat) client' pkgdesc='A popular and easy to use graphical IRC (chat) client'
arch=('x86_64') arch=('x86_64')
url='https://hexchat.github.io/' url='https://hexchat.github.io/'
@@ -22,7 +22,7 @@ sha256sums=('SKIP')
build() { build() {
artix-meson hexchat build \ artix-meson hexchat build \
-Dwith-lua='lua' \ -Dwith-lua='lua' \
-Dwith-text='true' -Dtext-frontend='true'
ninja -C build ninja -C build
} }

View File

@@ -3,7 +3,7 @@
pkgname=hexchat pkgname=hexchat
pkgver=2.16.0 pkgver=2.16.0
pkgrel=1 pkgrel=2
pkgdesc='A popular and easy to use graphical IRC (chat) client' pkgdesc='A popular and easy to use graphical IRC (chat) client'
arch=('x86_64') arch=('x86_64')
url='https://hexchat.github.io/' url='https://hexchat.github.io/'
@@ -22,7 +22,7 @@ sha256sums=('SKIP')
build() { build() {
artix-meson hexchat build \ artix-meson hexchat build \
-Dwith-lua='lua' \ -Dwith-lua='lua' \
-Dwith-text='true' -Dtext-frontend='true'
ninja -C build ninja -C build
} }