diff options
Diffstat (limited to 'community/znc/PKGBUILD')
-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 b82957a75..559b1d1ac 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 |