diff --git a/.artixlinux/pkgbase.yaml b/.artixlinux/pkgbase.yaml index 41e27c7..bc97b72 100644 --- a/.artixlinux/pkgbase.yaml +++ b/.artixlinux/pkgbase.yaml @@ -1,11 +1,11 @@ --- actions: - addRepo: null - removeRepo: world - triggersBuild: false + addRepo: world + removeRepo: null + triggersBuild: true triggersRebuild: false - triggersRepoAdd: false - triggersRepoRemove: true + triggersRepoAdd: true + triggersRepoRemove: false triggersNoCheck: false repos: system-goblins: @@ -29,8 +29,9 @@ repos: packages: [] debug: [] world: - version: null - packages: [] + version: 2.16.2-6 + packages: + - hexchat-2.16.2-6-x86_64.pkg.tar.zst debug: [] lib32-goblins: version: null diff --git a/.artixlinux/srcinfo.yaml b/.artixlinux/srcinfo.yaml index 3b9eafc..3289fea 100644 --- a/.artixlinux/srcinfo.yaml +++ b/.artixlinux/srcinfo.yaml @@ -1,10 +1,10 @@ --- -version: 2.16.2-5 +version: 2.16.2-6 pkgbase: name: hexchat pkgdesc: A popular and easy to use graphical IRC (chat) client pkgver: 2.16.2 - pkgrel: 5 + pkgrel: 6 url: https://hexchat.github.io/ arch: - x86_64 @@ -42,4 +42,4 @@ pkgbase: - 5d9e457ba10ac756b96561db098bbb2bc7e63de4e1552be570f1b5175eddf313 pkgname: - name: hexchat -# generated with artixpkg 0.36.4-1-any +# generated with artixpkg 0.37.4-1-any diff --git a/PKGBUILD b/PKGBUILD index 118e41a..ef19deb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=hexchat pkgver=2.16.2 -pkgrel=5 +pkgrel=6 pkgdesc='A popular and easy to use graphical IRC (chat) client' arch=('x86_64') url='https://hexchat.github.io/'