[world] 'hexchat-2.16.2-1' add
This commit is contained in:
@@ -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: []
|
||||
|
||||
11
PKGBUILD
11
PKGBUILD
@@ -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>
|
||||
|
||||
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')
|
||||
|
||||
Reference in New Issue
Block a user