Date: Wednesday, February 25, 2015 @ 05:25:50 Author: seblu Revision: 128203
upgpkg: znc 1.6.0-2 - fix FS#43913 Modified: znc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-25 04:07:20 UTC (rev 128202) +++ PKGBUILD 2015-02-25 04:25:50 UTC (rev 128203) @@ -5,12 +5,12 @@ pkgname=znc pkgver=1.6.0 -pkgrel=1 +pkgrel=2 pkgdesc='An IRC bouncer with modules & scripts support' url='http://en.znc.in/wiki/index.php/ZNC' license=('GPL2') arch=('i686' 'x86_64') -depends=('libsasl') +depends=('libsasl' 'icu') makedepends=('tcl' 'python' 'perl') optdepends=('tcl: modtcl module' 'python: modpython module'
