summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfe76ab29dfa..5d657d055fcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ganglia-minimal
pkgdesc = A version of the ganglia package without gmetad to reduce dependencies.
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 e5cceee4829e..fb2eadda60dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=ganglia-minimal
_pkgbase=${pkgname%%-minimal}
pkgver=3.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="A version of the ganglia package without gmetad to reduce dependencies."
-arch=('i686' 'x86_64' 'armv6h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://ganglia.sourceforge.net/"
license=('BSD')
depends=('apr' 'confuse' 'python2' 'pcre')