Date: Tuesday, October 27, 2020 @ 09:59:06 Author: felixonmars Revision: 398848
upgpkg: net-snmp 5.9-1 Modified: net-snmp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-27 09:35:38 UTC (rev 398847) +++ PKGBUILD 2020-10-27 09:59:06 UTC (rev 398848) @@ -9,10 +9,10 @@ url="http://www.net-snmp.org/" license=('BSD') depends=('libnsl' 'libpcap' 'lm_sensors' 'pciutils' 'pcre') -makedepends=('python2-setuptools') +makedepends=('python-setuptools') optdepends=('perl-term-readkey: for snmpcheck application' 'perl-tk: for snmpcheck and tkmib applications' - 'python2: for the python modules') + 'python: for the python modules') options=('!emptydirs' '!makeflags') source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc} snmpd.service snmptrapd.service) @@ -31,7 +31,7 @@ build() { cd ${pkgname}-${pkgver} - PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \ + ./configure --prefix=/usr \ --sysconfdir=/etc --sbindir=/usr/bin \ --mandir=/usr/share/man \ --enable-ucd-snmp-compatibility \
