mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/netdata to 1.44.1-2
This commit is contained in:
parent
edd864f880
commit
a2f4bad169
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = netdata
|
||||
pkgdesc = Real-time performance monitoring, in the greatest possible detail, over the web
|
||||
pkgver = 1.44.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/netdata/netdata
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=netdata
|
||||
pkgver=1.44.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')
|
||||
|
@ -71,4 +71,5 @@ package() {
|
|||
setcap cap_dac_read_search,cap_sys_ptrace+ep "${pkgdir}"/usr/lib/netdata/plugins.d/apps.plugin
|
||||
setcap cap_dac_read_search,cap_sys_ptrace+ep "${pkgdir}"/usr/lib/netdata/plugins.d/debugfs.plugin
|
||||
setcap cap_dac_read_search,cap_sys_ptrace+ep "${pkgdir}"/usr/lib/netdata/plugins.d/perf.plugin
|
||||
setcap cap_dac_read_search,cap_sys_ptrace+ep "${pkgdir}"/usr/lib/netdata/plugins.d/systemd-journal.plugin
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue