diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/znc | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/znc')
-rw-r--r-- | community/znc/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD index a840a834a..f75a0d819 100644 --- a/community/znc/PKGBUILD +++ b/community/znc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 91707 2013-05-26 09:26:32Z bluewind $ +# $Id: PKGBUILD 100560 2013-11-05 20:58:10Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: mickael9 <mickael9 at gmail dot com> pkgname=znc -pkgver=1.0 -pkgrel=7 +pkgver=1.2 +pkgrel=1 pkgdesc='An IRC bouncer with modules & scripts support' url='http://en.znc.in/wiki/index.php/ZNC' license=('GPL2') @@ -18,7 +18,7 @@ optdepends=('tcl: modtcl module' 'cyrus-sasl: saslauth module') install=$pkgname.install source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz") -md5sums=('23807ca830c27392cccb6774f542df6e') +md5sums=('ef18e5402a82cc3fcab5c2ac5c2e6f3b') build() { cd $pkgname-$pkgver |