diff --git a/.artixlinux/pkgbase.yaml b/.artixlinux/pkgbase.yaml index d112d4b..cff3078 100644 --- a/.artixlinux/pkgbase.yaml +++ b/.artixlinux/pkgbase.yaml @@ -1,17 +1,17 @@ --- pkgbase: name: hexchat - version: 2.16.1-4 + version: 2.16.1-5 arch: - x86_64 pkgname: - hexchat actions: - addRepo: null + addRepo: world-gremlins removeRepo: null - triggersBuild: false + triggersBuild: true triggersRebuild: false - triggersRepoAdd: false + triggersRepoAdd: true triggersRepoRemove: false triggersNoCheck: false repos: @@ -28,8 +28,9 @@ repos: version: null packages: [] world-gremlins: - version: null - packages: [] + version: 2.16.1-5 + packages: + - hexchat-2.16.1-5-x86_64.pkg.tar.zst world: version: 2.16.1-4 packages: diff --git a/PKGBUILD b/PKGBUILD index 8d7d7cc..6f044a2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ -# Maintainer: Nathan +# Maintainer: Maxime Gauduin # Contributor: TingPing pkgname=hexchat pkgver=2.16.1 -pkgrel=4 +pkgrel=5 pkgdesc='A popular and easy to use graphical IRC (chat) client' arch=('x86_64') url='https://hexchat.github.io/'