summaryrefslogtreecommitdiff
path: root/community/znc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/znc/PKGBUILD')
-rw-r--r--community/znc/PKGBUILD16
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