summaryrefslogtreecommitdiff
path: root/community/ngircd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-17 23:14:42 +0000
committerroot <root@rshg054.dnsready.net>2011-10-17 23:14:42 +0000
commitc4f201fd7208805c7ee00e0ee833d3cc505898ac (patch)
tree72c45bb585e42c6c7da3fc0b4aa817019daf99a7 /community/ngircd
parente1b3d592f43a99f4ed7c91971deda6ce8414dd69 (diff)
Mon Oct 17 23:14:42 UTC 2011
Diffstat (limited to 'community/ngircd')
-rw-r--r--community/ngircd/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/ngircd/PKGBUILD b/community/ngircd/PKGBUILD
index 215068dd0..fa3c151d6 100644
--- a/community/ngircd/PKGBUILD
+++ b/community/ngircd/PKGBUILD
@@ -1,7 +1,8 @@
-# $Id: PKGBUILD 40090 2011-02-20 00:03:13Z mherych $
+# $Id: PKGBUILD 56891 2011-10-16 05:54:18Z bpiotrowski $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
+
pkgname=ngircd
-pkgver=17.1
+pkgver=18
pkgrel=1
pkgdesc="Next Generation IRC Daemon"
arch=('i686' 'x86_64')
@@ -9,12 +10,12 @@ backup=(etc/ngircd.conf)
url="http://ngircd.barton.de/"
license=('GPL')
depends=('openssl' 'libident')
-source=(ftp://ftp.berlios.de/pub/ngircd/ngircd-$pkgver.tar.gz ngircd.sh)
-md5sums=('b4ad0b1f18875ff3f2e92f076e64496b'
- '6d2e9f1bbb4a3a7349da0dcd3f6d8dc3')
+source=(http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz ngircd.sh)
+md5sums=('4958c8b2d128cf3e9888af3f782892a1'
+ '6d2e9f1bbb4a3a7349da0dcd3f6d8dc3')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \