[world] 'hexchat-2.16.2-1' add

This commit is contained in:
2024-02-12 12:17:13 -05:00
parent 396e2e60ff
commit 073f659b31
2 changed files with 13 additions and 10 deletions

View File

@@ -1,18 +1,18 @@
--- ---
pkgbase: pkgbase:
name: hexchat name: hexchat
version: 2.16.1-5 version: 2.16.2-1
arch: arch:
- x86_64 - x86_64
pkgname: pkgname:
- hexchat - hexchat
actions: actions:
addRepo: world addRepo: world
removeRepo: world-gremlins removeRepo: null
triggersBuild: false triggersBuild: true
triggersRebuild: false triggersRebuild: false
triggersRepoAdd: true triggersRepoAdd: true
triggersRepoRemove: true triggersRepoRemove: false
triggersNoCheck: false triggersNoCheck: false
repos: repos:
system-goblins: system-goblins:
@@ -31,9 +31,9 @@ repos:
version: null version: null
packages: [] packages: []
world: world:
version: 2.16.1-5 version: 2.16.2-1
packages: packages:
- hexchat-2.16.1-5-x86_64.pkg.tar.zst - hexchat-2.16.2-1-x86_64.pkg.tar.zst
lib32-goblins: lib32-goblins:
version: null version: null
packages: [] packages: []

View File

@@ -1,13 +1,16 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org> # Maintainer: Cory Sanin <corysanin@artixlinux.org>
# Contributor: Christian Hesse <mail@eworm.de>
# Contributor: Robin Candau <antiz@archlinux.org>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: TingPing <tingping@tingping.se> # Contributor: TingPing <tingping@tingping.se>
pkgname=hexchat pkgname=hexchat
pkgver=2.16.1 pkgver=2.16.2
pkgrel=5 pkgrel=1
pkgdesc='A popular and easy to use graphical IRC (chat) client' pkgdesc='A popular and easy to use graphical IRC (chat) client'
arch=('x86_64') arch=('x86_64')
url='https://hexchat.github.io/' url='https://hexchat.github.io/'
license=('GPL') license=('GPL-2.0-or-later')
depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2' depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2'
'libcanberra' 'openssl' 'pango' 'pciutils') 'libcanberra' 'openssl' 'pango' 'pciutils')
makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python-cffi') makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python-cffi')