[arch-commits] Commit in net-snmp/trunk (PKGBUILD)

Ángel Velásquez angvp at nymeria.archlinux.org
Sat Aug 17 10:28:25 UTC 2013


    Date: Saturday, August 17, 2013 @ 12:28:25
  Author: angvp
Revision: 193154

upgpkg: net-snmp 5.7.2-8

Changed dependencies to setuptools instead distribute

Modified:
  net-snmp/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-17 10:25:30 UTC (rev 193153)
+++ PKGBUILD	2013-08-17 10:28:25 UTC (rev 193154)
@@ -4,13 +4,13 @@
 
 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')




More information about the arch-commits mailing list