From 073f659b31c2177ee4890cc1adf016ad813ffe46 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Mon, 12 Feb 2024 12:17:13 -0500 Subject: [PATCH] [world] 'hexchat-2.16.2-1' add --- .artixlinux/pkgbase.yaml | 12 ++++++------ PKGBUILD | 11 +++++++---- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.artixlinux/pkgbase.yaml b/.artixlinux/pkgbase.yaml index 0d8be9c..adbe661 100644 --- a/.artixlinux/pkgbase.yaml +++ b/.artixlinux/pkgbase.yaml @@ -1,18 +1,18 @@ --- pkgbase: name: hexchat - version: 2.16.1-5 + version: 2.16.2-1 arch: - x86_64 pkgname: - hexchat actions: addRepo: world - removeRepo: world-gremlins - triggersBuild: false + removeRepo: null + triggersBuild: true triggersRebuild: false triggersRepoAdd: true - triggersRepoRemove: true + triggersRepoRemove: false triggersNoCheck: false repos: system-goblins: @@ -31,9 +31,9 @@ repos: version: null packages: [] world: - version: 2.16.1-5 + version: 2.16.2-1 packages: - - hexchat-2.16.1-5-x86_64.pkg.tar.zst + - hexchat-2.16.2-1-x86_64.pkg.tar.zst lib32-goblins: version: null packages: [] diff --git a/PKGBUILD b/PKGBUILD index 6f044a2..a7793e7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,16 @@ -# Maintainer: Maxime Gauduin +# Maintainer: Cory Sanin +# Contributor: Christian Hesse +# Contributor: Robin Candau +# Contributor: Maxime Gauduin # Contributor: TingPing pkgname=hexchat -pkgver=2.16.1 -pkgrel=5 +pkgver=2.16.2 +pkgrel=1 pkgdesc='A popular and easy to use graphical IRC (chat) client' arch=('x86_64') url='https://hexchat.github.io/' -license=('GPL') +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')