Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
hexchat


Commits:
60249bd6 by Robin Candau at 2024-04-04T12:54:01+02:00
upgpkg: 2.16.2-2: Python 3.12 rebuild
https://archlinux.org/todo/python-312-rebuild-part-1/

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = hexchat
        pkgdesc = A popular and easy to use graphical IRC (chat) client
        pkgver = 2.16.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://hexchat.github.io/
        arch = x86_64
        license = GPL-2.0-or-later
@@ -12,6 +12,7 @@ pkgbase = hexchat
        makedepends = meson
        makedepends = perl
        makedepends = python-cffi
+       makedepends = python-setuptools
        depends = dbus-glib
        depends = desktop-file-utils
        depends = gdk-pixbuf2
@@ -27,6 +28,6 @@ pkgbase = hexchat
        optdepends = perl: Perl plugin
        optdepends = python-cffi: Python plugin
        source = git+https://github.com/hexchat/hexchat.git#tag=v2.16.2
-       sha256sums = SKIP
+       sha256sums = 
5d9e457ba10ac756b96561db098bbb2bc7e63de4e1552be570f1b5175eddf313
 
 pkgname = hexchat


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[hexchat]
+source = "github"
+github = "hexchat/hexchat"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=====================================
PKGBUILD
=====================================
@@ -5,21 +5,21 @@
 
 pkgname=hexchat
 pkgver=2.16.2
-pkgrel=1
+pkgrel=2
 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')
+makedepends=('git' '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'
             'perl: Perl plugin'
             'python-cffi: Python plugin')
 source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}";)
-sha256sums=('SKIP')
+sha256sums=('5d9e457ba10ac756b96561db098bbb2bc7e63de4e1552be570f1b5175eddf313')
 
 build() {
   arch-meson hexchat build \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hexchat/-/commit/60249bd6129e14004dfddc7dfcdd383f2b1a2160

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hexchat/-/commit/60249bd6129e14004dfddc7dfcdd383f2b1a2160
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to