diff --git a/.artixlinux/pkgbase.yaml b/.artixlinux/pkgbase.yaml index ddefe60..f2bc492 100644 --- a/.artixlinux/pkgbase.yaml +++ b/.artixlinux/pkgbase.yaml @@ -1,55 +1,61 @@ --- -pkgbase: - name: hexchat - version: 2.16.2-4 - arch: - - x86_64 - pkgname: - - hexchat actions: - addRepo: world - removeRepo: world-gremlins - triggersBuild: false + addRepo: world-goblins + removeRepo: null + triggersBuild: true triggersRebuild: false triggersRepoAdd: true - triggersRepoRemove: true + triggersRepoRemove: false triggersNoCheck: false repos: system-goblins: version: null packages: [] + debug: [] system-gremlins: version: null packages: [] + debug: [] system: version: null packages: [] + debug: [] world-goblins: - version: null - packages: [] + version: 2.16.2-5 + packages: + - hexchat-2.16.2-5-x86_64.pkg.tar.zst + debug: [] world-gremlins: version: null packages: [] + debug: [] world: version: 2.16.2-4 packages: - hexchat-2.16.2-4-x86_64.pkg.tar.zst + debug: [] lib32-goblins: version: null packages: [] + debug: [] lib32-gremlins: version: null packages: [] + debug: [] lib32: version: null packages: [] + debug: [] galaxy-goblins: version: null packages: [] + debug: [] galaxy-gremlins: version: null packages: [] + debug: [] galaxy: version: null packages: [] + debug: [] team: world diff --git a/.artixlinux/srcinfo.yaml b/.artixlinux/srcinfo.yaml new file mode 100644 index 0000000..3b9eafc --- /dev/null +++ b/.artixlinux/srcinfo.yaml @@ -0,0 +1,45 @@ +--- +version: 2.16.2-5 +pkgbase: + name: hexchat + pkgdesc: A popular and easy to use graphical IRC (chat) client + pkgver: 2.16.2 + pkgrel: 5 + url: https://hexchat.github.io/ + arch: + - x86_64 + license: + - GPL-2.0-or-later + makedepends: + - git + - glib2-devel + - intltool + - iso-codes + - lua + - meson + - perl + - python-cffi + - python-setuptools + depends: + - dbus-glib + - desktop-file-utils + - gdk-pixbuf2 + - glib2 + - gtk2 + - libcanberra + - openssl + - pango + - pciutils + optdepends: + - 'enchant: Spell check' + - 'iso-codes: Display language names instead of codes' + - 'lua: Lua plugin' + - 'perl: Perl plugin' + - 'python-cffi: Python plugin' + source: + - git+https://github.com/hexchat/hexchat.git#tag=v2.16.2 + sha256sums: + - 5d9e457ba10ac756b96561db098bbb2bc7e63de4e1552be570f1b5175eddf313 +pkgname: + - name: hexchat +# generated with artixpkg 0.36.4-1-any diff --git a/PKGBUILD b/PKGBUILD index 56c2237..118e41a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=hexchat pkgver=2.16.2 -pkgrel=4 +pkgrel=5 pkgdesc='A popular and easy to use graphical IRC (chat) client' arch=('x86_64') url='https://hexchat.github.io/'