diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-11 04:20:41 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-11 04:20:41 +0000 |
commit | 96ba30fd7b52ef7318f2499e75970e3e186f84eb (patch) | |
tree | 99f4f4ce94dc8e6e83864cc8ac416a98c5716477 /community/znc | |
parent | bf8ca82240123cfd3e65739dc2318f5f1d145d12 (diff) |
Sun May 11 04:11:46 UTC 2014
Diffstat (limited to 'community/znc')
-rw-r--r-- | community/znc/PKGBUILD | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD index 3980d6d84..b7365c278 100644 --- a/community/znc/PKGBUILD +++ b/community/znc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 110821 2014-05-07 23:03:49Z seblu $ +# $Id: PKGBUILD 110941 2014-05-10 09:27:38Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: mickael9 <mickael9 at gmail dot com> pkgname=znc -pkgver=1.2 -pkgrel=3 +pkgver=1.4 +pkgrel=1 pkgdesc='An IRC bouncer with modules & scripts support' url='http://en.znc.in/wiki/index.php/ZNC' license=('GPL2') @@ -17,14 +17,8 @@ optdepends=('tcl: modtcl module' 'perl: modperl module' 'cyrus-sasl: saslauth module') install=$pkgname.install -source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz" - '01-sec-correctly-handle-channel-names.patch') -md5sums=('ef18e5402a82cc3fcab5c2ac5c2e6f3b' - 'SKIP') - -prepare() { - patch -p1 -d $pkgname-$pkgver < 01-sec-correctly-handle-channel-names.patch -} +source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz") +md5sums=('630cb74db34d2d5451ba30b47869f6bb') build() { cd $pkgname-$pkgver |