[world] 'hexchat-2.16.2-2.1' add

This commit is contained in:
2024-06-14 15:00:15 -05:00
parent 6867a68aca
commit 105657eb98
2 changed files with 11 additions and 7 deletions

View File

@@ -1,18 +1,18 @@
---
pkgbase:
name: hexchat
version: 2.16.2-2
version: 2.16.2-2.1
arch:
- x86_64
pkgname:
- hexchat
actions:
addRepo: world
removeRepo: world-gremlins
triggersBuild: false
removeRepo: null
triggersBuild: true
triggersRebuild: false
triggersRepoAdd: true
triggersRepoRemove: true
triggersRepoRemove: false
triggersNoCheck: false
repos:
system-goblins:
@@ -31,9 +31,9 @@ repos:
version: null
packages: []
world:
version: 2.16.2-2
version: 2.16.2-2.1
packages:
- hexchat-2.16.2-2-x86_64.pkg.tar.zst
- hexchat-2.16.2-2.1-x86_64.pkg.tar.zst
lib32-goblins:
version: null
packages: []

View File

@@ -6,7 +6,7 @@
pkgname=hexchat
pkgver=2.16.2
pkgrel=2
pkgrel=2.1
pkgdesc='A popular and easy to use graphical IRC (chat) client'
arch=('x86_64')
url='https://hexchat.github.io/'
@@ -22,6 +22,10 @@ optdepends=('enchant: Spell check'
source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}")
sha256sums=('5d9e457ba10ac756b96561db098bbb2bc7e63de4e1552be570f1b5175eddf313')
prepare() {
sed -e "s/ArchLinux/ArtixLinux/g" -i "${srcdir}/hexchat/plugins/sysinfo/unix/parse.c"
}
build() {
artix-meson hexchat build \
-Dwith-lua='lua' \