diff --git a/.artixlinux/pkgbase.yaml b/.artixlinux/pkgbase.yaml index 2f40537..efc3d15 100644 --- a/.artixlinux/pkgbase.yaml +++ b/.artixlinux/pkgbase.yaml @@ -1,13 +1,13 @@ --- pkgbase: name: hexchat - version: 2.16.2-2.1 + version: 2.16.2-3 arch: - x86_64 pkgname: - hexchat actions: - addRepo: world + addRepo: world-goblins removeRepo: null triggersBuild: true triggersRebuild: false @@ -25,8 +25,9 @@ repos: version: null packages: [] world-goblins: - version: null - packages: [] + version: 2.16.2-3 + packages: + - hexchat-2.16.2-3-x86_64.pkg.tar.zst world-gremlins: version: null packages: [] diff --git a/.nvchecker.toml b/.nvchecker.toml index d8d51bd..47a8895 100644 --- a/.nvchecker.toml +++ b/.nvchecker.toml @@ -1,6 +1,4 @@ [hexchat] -source = "github" -github = "hexchat/hexchat" +source = "git" +git = "https://github.com/hexchat/hexchat.git" prefix = "v" -use_max_tag = true -exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*" diff --git a/PKGBUILD b/PKGBUILD index 7526333..5e57f85 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,14 +6,14 @@ pkgname=hexchat pkgver=2.16.2 -pkgrel=2.1 +pkgrel=3 pkgdesc='A popular and easy to use graphical IRC (chat) client' arch=('x86_64') url='https://hexchat.github.io/' license=('GPL-2.0-or-later') depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2' 'libcanberra' 'openssl' 'pango' 'pciutils') -makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python-cffi' 'python-setuptools' 'glib2-devel') +makedepends=('git' 'glib2-devel' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python-cffi' 'python-setuptools') optdepends=('enchant: Spell check' 'iso-codes: Display language names instead of codes' 'lua: Lua plugin'