Jonathan Steel pushed to branch main at Arch Linux / Packaging / Packages /
monitoring-plugins
Commits:
b8828bdb by loqs at 2024-09-18T23:51:00+00:00
Remove inetutils from makedepends
`hostname` is is checked for by configure as it is used by libtap which however
will not be built.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('perl')
makedepends=('net-snmp' 'postgresql-libs' 'libdbi' 'mariadb-libs'
'procps-ng' 'iputils' 'fping' 'dnsutils' 'rpcbind' 'smbclient' 'openssh'
- 'inetutils' 'postfix' 'perl-net-snmp' 'curl' 'uriparser')
+ 'postfix' 'perl-net-snmp' 'curl' 'uriparser')
optdepends=('net-snmp: for SNMP checking'
'uriparser: for check_curl'
'curl: for check_curl'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/monitoring-plugins/-/commit/b8828bdb57c33b728a3cd0de9dec0ca861b2bd66
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/monitoring-plugins/-/commit/b8828bdb57c33b728a3cd0de9dec0ca861b2bd66
You're receiving this email because of your account on gitlab.archlinux.org.