Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
znc


Commits:
6c16a77d by Christian Heusel at 2024-02-28T00:47:04+01:00
add cmake as optdepend

closes https://gitlab.archlinux.org/archlinux/packaging/packages/znc/-/issues/1

- - - - -
548d83df by Christian Heusel at 2024-02-28T01:12:35+01:00
upgpkg: 1.9.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
 pkgbase = znc
        pkgdesc = An IRC bouncer with modules & scripts support
-       pkgver = 1.8.2
-       pkgrel = 19
+       pkgver = 1.9.0
+       pkgrel = 1
        url = https://wiki.znc.in/
        install = znc.install
        arch = x86_64
-       license = GPL2
+       license = Apache-2.0
        makedepends = tcl
        makedepends = python
        makedepends = perl
@@ -15,15 +15,16 @@ pkgbase = znc
        depends = icu
        depends = boost-libs
        optdepends = tcl: modtcl module
-       optdepends = python: modpython module
+       optdepends = python: modpython module & znc-buildmod script
        optdepends = perl: modperl module
        optdepends = cyrus-sasl: saslauth module
-       source = https://znc.in/releases/archive/znc-1.8.2.tar.gz
-       source = https://znc.in/releases/archive/znc-1.8.2.tar.gz.sig
+       optdepends = cmake: znc-buildmod script
+       source = https://znc.in/releases/archive/znc-1.9.0.tar.gz
+       source = https://znc.in/releases/archive/znc-1.9.0.tar.gz.sig
        source = znc.tmpfiles
        source = znc.sysusers
        validpgpkeys = D5823CACB477191CAC0075555AE420CC0209989E
-       sha256sums = 
ff238aae3f2ae0e44e683c4aee17dc8e4fdd261ca9379d83b48a7d422488de0d
+       sha256sums = 
8b99c9dbb21c1309705073460be9bfacb6f7b0e83a15fe5d4b7140201b39d2a1
        sha256sums = SKIP
        sha256sums = 
8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771
        sha256sums = 
8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a


=====================================
PKGBUILD
=====================================
@@ -1,26 +1,41 @@
-# Maintainer: Sébastien Luttringer
+# Maintainer: Giancarlo Razzolini <grazzol...@archlinux.org>
+# Maintainer: Christian Heusel <gro...@archlinux.org>
+# Contributor: Sébastien Luttringer
 # Contributor: Kaiting Chen <kaitocr...@gmail.com>
 # Contributor: mickael9 <mickael9 at gmail dot com>
 
 pkgname=znc
-pkgver=1.8.2
-pkgrel=19
+pkgver=1.9.0
+pkgrel=1
 pkgdesc='An IRC bouncer with modules & scripts support'
 url='https://wiki.znc.in/'
-license=('GPL2')
+license=('Apache-2.0')
 arch=('x86_64')
-depends=('libsasl' 'icu' 'boost-libs')
-makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
-optdepends=('tcl: modtcl module'
-            'python: modpython module'
-            'perl: modperl module'
-            'cyrus-sasl: saslauth module')
+depends=(
+    'libsasl'
+    'icu'
+    'boost-libs'
+)
+makedepends=(
+    'tcl'
+    'python'
+    'perl'
+    'cmake'
+    'boost'
+)
+optdepends=(
+    'tcl: modtcl module'
+    'python: modpython module & znc-buildmod script'
+    'perl: modperl module'
+    'cyrus-sasl: saslauth module'
+    'cmake: znc-buildmod script'
+)
 install=$pkgname.install
 source=("https://znc.in/releases/archive/$pkgname-$pkgver.tar.gz"{,.sig}
         "$pkgname.tmpfiles"
         "$pkgname.sysusers")
-validpgpkeys=('D5823CACB477191CAC0075555AE420CC0209989E') #Alexey Sokolov 
<ale...@asokolov.org>
-sha256sums=('ff238aae3f2ae0e44e683c4aee17dc8e4fdd261ca9379d83b48a7d422488de0d'
+validpgpkeys=('D5823CACB477191CAC0075555AE420CC0209989E')  # Alexey Sokolov 
<ale...@asokolov.org>
+sha256sums=('8b99c9dbb21c1309705073460be9bfacb6f7b0e83a15fe5d4b7140201b39d2a1'
             'SKIP'
             '8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
             '8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/znc/-/compare/59ebd83946d74831c899ba56a7562e3f8db31766...548d83dfad6657475645d221540c3f41f66bd528

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/znc/-/compare/59ebd83946d74831c899ba56a7562e3f8db31766...548d83dfad6657475645d221540c3f41f66bd528
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to