summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2016-03-26 20:21:44 +0100
committerSanskritFritz2016-03-26 20:21:44 +0100
commitd007415218d917eeb9421f2078e7c46794756e7b (patch)
treed96510d300c4fbb5c7af71454bcffd86d3b86ee6
parentce4c9aa8ab049970b4cd0bba0d39a22af94118f4 (diff)
downloadaur-d007415218d917eeb9421f2078e7c46794756e7b.tar.gz
Conflicts and provides netdata.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ad8540f6e65..4d76f14f4422 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 31 17:53:38 UTC 2016
+# Sat Mar 26 19:21:15 UTC 2016
pkgbase = netdata-git
pkgdesc = Real-time performance monitoring, in the greatest possible detail, over the web.
- pkgver = v0.1.r715.gc512fbe
+ pkgver = v1.0.0.r4.ge26c938
pkgrel = 1
url = https://github.com/firehol/netdata/wiki
install = netdata-git.install
@@ -13,6 +13,8 @@ pkgbase = netdata-git
depends = libnetfilter_acct
depends = zlib
optdepends = nodejs: Webbox plugin
+ provides = netdata
+ conflicts = netdata
backup = etc/netdata/netdata.conf
backup = etc/netdata/charts.d.conf
backup = etc/netdata/apps_groups.conf
diff --git a/PKGBUILD b/PKGBUILD
index 973a4ee28c08..d6417112c6f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=netdata-git
_gitname=netdata
-pkgver=v0.1.r715.gc512fbe
+pkgver=v1.0.0.r4.ge26c938
pkgrel=1
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web."
url="https://github.com/firehol/netdata/wiki"
@@ -12,6 +12,8 @@ depends=('libmnl' 'libnetfilter_acct' 'zlib')
optdepends=('nodejs: Webbox plugin')
source=("$_gitname::git+https://github.com/firehol/netdata"
"netdata.service")
+provides=('netdata')
+conflicts=('netdata')
backup=('etc/netdata/netdata.conf' 'etc/netdata/charts.d.conf' 'etc/netdata/apps_groups.conf')
install="$pkgname.install"