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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Sep 2 15:44:38 UTC 2016


    Date: Friday, September 2, 2016 @ 15:44:37
  Author: svenstaro
Revision: 188309

upgpkg: netdata 1.3.0-2

Add lm_sensors to optdeps and change source to https (FS#50585)

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-02 15:29:20 UTC (rev 188308)
+++ PKGBUILD	2016-09-02 15:44:37 UTC (rev 188309)
@@ -3,14 +3,15 @@
 
 pkgname=netdata
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web."
 url="https://github.com/firehol/netdata/wiki"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libmnl' 'libnetfilter_acct' 'zlib')
-optdepends=('nodejs: Webbox plugin')
-source=("http://firehol.org/download/netdata/releases/v$pkgver/netdata-$pkgver.tar.xz")
+optdepends=('nodejs: Webbox plugin'
+            'lm_sensors: sensors module')
+source=("https://firehol.org/download/netdata/releases/v$pkgver/netdata-$pkgver.tar.xz")
 backup=('etc/netdata/netdata.conf' 'etc/netdata/charts.d.conf' 'etc/netdata/apps_groups.conf')
 install="$pkgname.install"
 md5sums=('f2854aa2e127a1c9f86366f17524c382')



More information about the arch-commits mailing list