diff options
Diffstat (limited to 'extra/net-snmp/PKGBUILD')
-rw-r--r-- | extra/net-snmp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/net-snmp/PKGBUILD b/extra/net-snmp/PKGBUILD index 07cb6c7c8..32950b8b5 100644 --- a/extra/net-snmp/PKGBUILD +++ b/extra/net-snmp/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 186390 2013-05-26 09:24:49Z bluewind $ +# $Id: PKGBUILD 193416 2013-08-20 06:10:03Z angvp $ # Maintainer: # Contributor: Dale Blount <dale@archlinux.org> pkgname=net-snmp pkgver=5.7.2 -pkgrel=7 +pkgrel=8 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6" arch=('i686' 'x86_64') url="http://www.net-snmp.org/" license=('BSD') depends=('openssl' 'libnl' 'pciutils') -makedepends=('python2-distribute') +makedepends=('python2-setuptools') optdepends=('perl-term-readkey: for snmpcheck application' 'perl-tk: for snmpcheck and tkmib applications' 'python2: for the python modules') |