diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-12 04:09:52 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-12 04:09:52 -0300 |
commit | 2c721caa534df76621bf07705ed0ea80efe44f8b (patch) | |
tree | 7dac47c69e19cd2b978f154e9618e074b7410658 /community/znc/PKGBUILD | |
parent | 020644b613452cc7ab48474b463e4a9d1088d8a3 (diff) | |
parent | cfceb92e73d7f6a32494f0ba258b98748af43f34 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/aircrack-ng/PKGBUILD
community/geos/PKGBUILD
extra/v4l-utils/PKGBUILD
multilib/lib32-v4l-utils/PKGBUILD
staging/libxi/PKGBUILD
staging/mesa/PKGBUILD
staging/xorg-server/PKGBUILD
staging/xorg-server/autoconfig-nvidia.patch
testing/kmod/PKGBUILD
testing/libreoffice/PKGBUILD
testing/libreoffice/libreoffice.install
testing/systemd/PKGBUILD
Diffstat (limited to 'community/znc/PKGBUILD')
-rw-r--r-- | community/znc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD index ab3c92e82..1caedaf50 100644 --- a/community/znc/PKGBUILD +++ b/community/znc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55922 2011-09-25 01:01:16Z dreisner $ +# $Id: PKGBUILD 64239 2012-02-11 00:56:46Z tdziedzic $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: mickael9 <mickael9 at gmail dot com> pkgname=znc -pkgver=0.202 +pkgver=0.204 pkgrel=1 pkgdesc='An IRC bouncer with modules & scripts support' url='http://en.znc.in/wiki/index.php/ZNC' @@ -16,7 +16,7 @@ optdepends=('tcl: modtcl module' 'perl: modperl module' 'cyrus-sasl: saslauth module') source=("http://znc.in/releases/znc-${pkgver}.tar.gz") -md5sums=('3c6ff4620e139e3d9745cd53111bab20') +md5sums=('7c7247423fc08b0c5c62759a50a9bca3') build() { cd "znc-$pkgver" |