mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/netdata to 1.17.1-2
This commit is contained in:
parent
19c6b2e694
commit
8c62063e2c
1 changed files with 5 additions and 5 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
pkgname=netdata
|
||||
pkgver=1.17.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web"
|
||||
url="https://github.com/netdata/netdata"
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
backup=('etc/netdata/netdata.conf')
|
||||
depends=('libmnl' 'libnetfilter_acct' 'zlib')
|
||||
depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 'lz4')
|
||||
optdepends=('nodejs: for monitoring named and SNMP devices'
|
||||
'lm_sensors: for monitoring hardware sensors'
|
||||
'iproute2: for monitoring Linux QoS'
|
||||
|
@ -24,9 +24,9 @@ optdepends=('nodejs: for monitoring named and SNMP devices'
|
|||
'apcupsd: for monitoring APC UPS'
|
||||
'iw: for monitoring Linux as access point')
|
||||
install="$pkgname.install"
|
||||
source=("https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz"
|
||||
"${pkgname}.tmpfiles"
|
||||
"${pkgname}.sysusers")
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz"
|
||||
"$pkgname.tmpfiles"
|
||||
"$pkgname.sysusers")
|
||||
sha512sums=('795610ef3e7153982665edd90ece1f06fef264a3eaf28f49ef59505aa83983822f9dd88035a30885db1d462e72b6ce2416ef6365abb94229d6155b896d12a8aa'
|
||||
'3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313'
|
||||
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
|
||||
|
|
Loading…
Reference in a new issue