summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephanie Wilde-Hobbs2023-06-18 20:00:14 +0200
committerStephanie Wilde-Hobbs2023-06-18 20:00:14 +0200
commit4b464dfb67127c50746d18aa550ca4b5cf47ce0f (patch)
treeee8558e3aa87738d047d25cfd0e0f29f7483cfd2
parentc67be5e90c4444f6e61abe968fa6981e2f17b05d (diff)
downloadaur-4b464dfb67127c50746d18aa550ca4b5cf47ce0f.tar.gz
fix build
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f60baf11e5d3..46a22df11fc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netdata-git
pkgdesc = Real-time performance monitoring, in the greatest possible detail, over the web
- pkgver = v1.38.0.r186.g76ff5ebc7
+ pkgver = v1.40.0.r10.ge12b0d8ab
pkgrel = 1
url = https://github.com/netdata/netdata/wiki
install = netdata.install
@@ -22,6 +22,7 @@ pkgbase = netdata-git
depends = protobuf
depends = libwebsockets
depends = mongo-c-driver
+ depends = libyaml
optdepends = nodejs: for monitoring named and SNMP devices
optdepends = lm_sensors: for monitoring hardware sensors
optdepends = iproute2: for monitoring Linux QoS
diff --git a/PKGBUILD b/PKGBUILD
index 92ac80106896..c0fbd174b02a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=netdata-git
_gitname=netdata
-pkgver=v1.38.0.r186.g76ff5ebc7
+pkgver=v1.40.0.r10.ge12b0d8ab
pkgrel=1
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web"
url="https://github.com/netdata/netdata/wiki"
@@ -12,7 +12,7 @@ arch=('x86_64')
license=('GPL')
backup=('etc/netdata/netdata.conf')
depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 'lz4' 'openssl' 'which' 'snappy' 'protobuf'
- 'libwebsockets' 'mongo-c-driver')
+ 'libwebsockets' 'mongo-c-driver' 'libyaml')
makedepends=('cups' 'git')
optdepends=('nodejs: for monitoring named and SNMP devices'
'lm_sensors: for monitoring hardware sensors'
@@ -69,7 +69,7 @@ build() {
--sysconfdir="/etc" \
--libexecdir="/usr/lib" \
--localstatedir="/var" \
- --with-zlib --with-math --with-user=netdata
+ --with-zlib --with-math --with-user=netdata --disable-httpd
make
}