summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLartza2024-02-03 10:46:32 +0200
committerLartza2024-02-03 10:46:32 +0200
commitdc8e87ff947bca5eea89cdf6cc455b39a88b0ca0 (patch)
tree5d9f92dec048dd6a50f482391948866613656f55 /PKGBUILD
parent787b6e51b47d05219fca09305124176ef2ad8144 (diff)
downloadaur-znc-git.tar.gz
Update install file, argon2 optdepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 887ec0497706..bf571b42473c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_gitname=znc
pkgname=znc-git
-pkgver=1.8.2.r252.g0772dd57
+pkgver=1.8.2.r328.g779d80df
pkgrel=1
pkgdesc='An IRC bouncer with modules & scripts support'
url='https://wiki.znc.in/ZNC'
@@ -20,7 +20,8 @@ makedepends=('swig' 'tcl' 'python' 'perl' 'cmake' 'boost' 'git')
optdepends=('tcl: modtcl module'
'python: modpython module'
'perl: modperl module'
- 'cyrus-sasl: saslauth module')
+ 'cyrus-sasl: saslauth module'
+ 'argon2: Store password hashes using Argon2id instead of SHA-256')
source=('git+https://github.com/znc/znc.git'
'git+https://github.com/znc/Csocket.git'
'git+https://github.com/google/googletest.git'