summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-10-29 22:57:15 +0100
committerGordian Edenhofer2017-10-29 23:00:09 +0100
commita9f57bb08b2517f8047eb5ddd5ae6d4c942bf230 (patch)
tree205ebb760707bc54e8b68e5cc52dbc60f21b2030
parenteb2097934b1fd625d5f2e641ecffc70a483fc55e (diff)
downloadaur-a9f57bb08b2517f8047eb5ddd5ae6d4c942bf230.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 3641041fb7d3..2b43322a5b10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = munge
install = munge.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL3
license = LGPL3
depends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index c05a785a9c16..19d2f06c7f49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=munge
pkgver=0.5.13
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')