summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-10-29 22:53:21 +0100
committerGordian Edenhofer2017-10-29 22:58:53 +0100
commit19d0eb9c8e6894600c3427992bc5b684c543088e (patch)
tree029d3d28002fcabdf2b651c670ee85c77267d65a
parent0dd616f4fe36754f7eef42776e61ed8dc5979d98 (diff)
downloadaur-19d0eb9c8e6894600c3427992bc5b684c543088e.tar.gz
slurm-llnl: 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. slurm-llnl-dev slurm-llnl-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1a0c8d0f048..95e493d689c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = slurm-llnl
install = slurm-llnl.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = python
makedepends = gtk2
diff --git a/PKGBUILD b/PKGBUILD
index e48d57280fff..e92202e11b05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=17.02.8.1
# this will substitute any full stops (.) with hyphens
pkgrel=1
pkgdesc="Simple Linux Utility for Resource Management"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://www.schedmd.com"
license=('GPL')
depends=('munge')