summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-10-29 22:57:15 +0100
committerGordian Edenhofer2017-10-29 23:00:09 +0100
commit78c0911852aeaa6e8a44114c0d6c2ec33aecf1f2 (patch)
tree07feb360d7087677c0f3a193afb89532582f5139
parent714846696f1591dd24f549351cfa9d9ec33a17ad (diff)
downloadaur-78c0911852aeaa6e8a44114c0d6c2ec33aecf1f2.tar.gz
munge: Add armv7h to 'arch' array
Upon the request of a user and some preliminary testing amend the 'arch' array to include 'armv7h' as a working architecture. munge-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc1b89d3f5fc..c5b8753d51b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = munge-git
install = munge-git.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL3
license = LGPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 6acb8e5e8bc9..8b5124a65479 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=munge-git
pkgver=0.5.13.r0.ged26bd9
pkgrel=1
pkgdesc="An authentication service for creating and validating credentials. It is designed to be highly scalable for use in an HPC cluster environment."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/dun/munge/wiki"
license=('GPL3' 'LGPL3')
depends=('openssl')