extra/netdata to 1.44.1-2

This commit is contained in:
Kevin Mihelich 2024-01-03 02:00:48 +00:00
parent edd864f880
commit a2f4bad169
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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
}