summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59a6732361b9..15c32c90b527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=netdata-git
_gitname=netdata
-pkgver=v1.9.0.r709.g8476fa89
+pkgver=v1.10.0.r593.g5b106041
pkgrel=1
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web"
url="https://github.com/firehol/netdata/wiki"
@@ -38,7 +38,8 @@ pkgver() {
build() {
cd "$_gitname"
- ./autogen.sh
+ autoreconf -ivf
+
./configure \
--prefix="/usr" \
--sbindir="/usr/bin" \