summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRX142018-09-09 20:17:57 +0100
committerRX142018-09-09 20:17:57 +0100
commita87b40f6659d0ee8ddd23ab2a17c4588a5fd257f (patch)
tree839897d100e5595814e4af58c66431e21162556e /PKGBUILD
parent8cfd5448ee17081e47c1ea6f341ebdbe80cd9a13 (diff)
downloadaur-a87b40f6659d0ee8ddd23ab2a17c4588a5fd257f.tar.gz
Fix netdata build
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" \