diff options
author | root <root@rshg054.dnsready.net> | 2011-11-27 23:14:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-27 23:14:57 +0000 |
commit | 495674534c45d86d3ad9149cdba75ca0bbbe1a0e (patch) | |
tree | fedd73618682db59faeb8a7ce47ae753d9995845 /testing/ypserv/PKGBUILD | |
parent | d5d697136e6d703fa618b3fb08915eef50d4d4de (diff) |
Sun Nov 27 23:14:57 UTC 2011
Diffstat (limited to 'testing/ypserv/PKGBUILD')
-rw-r--r-- | testing/ypserv/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ypserv/PKGBUILD b/testing/ypserv/PKGBUILD index 25b52721f..2bfaf2b8b 100644 --- a/testing/ypserv/PKGBUILD +++ b/testing/ypserv/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 143484 2011-11-24 17:03:26Z stephane $ +# $Id: PKGBUILD 143552 2011-11-26 13:20:22Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=ypserv pkgver=2.26 -pkgrel=2 +pkgrel=3 pkgdesc='Linux NIS Server' arch=('i686' 'x86_64') url='http://www.linux-nis.org/nis/ypserv/' license=('GPL2') -depends=('gdbm' 'openslp') +depends=('gdbm' 'openslp' 'inetutils') backup=('etc/ypserv.conf' 'etc/netgroup' 'var/yp/securenets') source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz" \ 'yppasswd' |