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

Gaëtan Bisson bisson at archlinux.org
Wed Apr 11 19:03:10 UTC 2018


    Date: Wednesday, April 11, 2018 @ 19:03:10
  Author: bisson
Revision: 315742

rebuild with standalone libnsl

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-11 18:37:57 UTC (rev 315741)
+++ PKGBUILD	2018-04-11 19:03:10 UTC (rev 315742)
@@ -4,7 +4,7 @@
 
 pkgname=collectd
 pkgver=5.8.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('x86_64')
@@ -38,7 +38,7 @@
             'libmicrohttpd: prometheus plugin')
 
 makedepends=(${optdepends[@]%:*})
-depends=('libltdl' 'iptables')
+depends=('libltdl' 'iptables' 'libnsl')
 
 source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
         'service')



More information about the arch-commits mailing list