summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2016-01-16 21:04:12 -0500
committerTyler Langlois2016-01-16 21:04:12 -0500
commitd176761f34bee97349d282b4c0b72a954f92274f (patch)
treeb96aadb1b9c4f3ebb23842176e0c7381df006740
parent5496c8551df7476da411dbea398bbb456094670a (diff)
downloadaur-d176761f34bee97349d282b4c0b72a954f92274f.tar.gz
ganglia: add arch support for armv7h
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b30559f063e6..b47a43a916e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ganglia
pkgdesc = A scalable distributed monitoring system for high-performance computing systems such as clusters and Grids.
pkgver = 3.7.2
- pkgrel = 1
+ pkgrel = 2
url = http://ganglia.sourceforge.net/
install = ganglia.install
arch = i686
arch = x86_64
arch = armv6h
+ arch = armv7h
license = BSD
depends = apr
depends = confuse
diff --git a/PKGBUILD b/PKGBUILD
index 8fac2b64fa14..c334b7470a6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=ganglia
pkgver=3.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="A scalable distributed monitoring system for high-performance computing systems such as clusters and Grids."
-arch=('i686' 'x86_64' 'armv6h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://${pkgname}.sourceforge.net/"
license=('BSD')
depends=('apr' 'confuse' 'python2' 'rrdtool')