Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hexchat
Commits: 9e9e0771 by Robin Candau at 2024-09-01T13:43:29+02:00 upgpkg: 2.16.2-3: Perl 5.40 rebuild https://archlinux.org/todo/perl-540/ - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,11 +1,12 @@ pkgbase = hexchat pkgdesc = A popular and easy to use graphical IRC (chat) client pkgver = 2.16.2 - pkgrel = 2 + pkgrel = 3 url = https://hexchat.github.io/ arch = x86_64 license = GPL-2.0-or-later makedepends = git + makedepends = glib2-devel makedepends = intltool makedepends = iso-codes makedepends = lua ===================================== .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).*" ===================================== PKGBUILD ===================================== @@ -5,14 +5,14 @@ pkgname=hexchat pkgver=2.16.2 -pkgrel=2 +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') +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' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hexchat/-/commit/9e9e0771c821ea16f25aea6ca7d2116a38d91696 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hexchat/-/commit/9e9e0771c821ea16f25aea6ca7d2116a38d91696 You're receiving this email because of your account on gitlab.archlinux.org.
