summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-12 01:18:48 -0300
committerGonzalo Exequiel Pedone2024-03-12 01:18:48 -0300
commitfe62843b4e49495a0fd4d536447ceb39f59a7fcf (patch)
treeae97c5e6be08249fa99d7a6167a357c7210a2db4 /PKGBUILD
parent1b8df7f961edd27195b415097c8dc83f3f2d9d51 (diff)
downloadaur-fe62843b4e49495a0fd4d536447ceb39f59a7fcf.tar.gz
Added android-environment as dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bf1f1a3b7c9..7cdaf1cf6cc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ _android_arch=armv7a-eabi
pkgname=android-${_android_arch}-prrte
pkgver=3.0.4
-pkgrel=1
+pkgrel=2
arch=('any')
-pkgdesc="PMIx Reference RunTime Environment (android)"
+pkgdesc="PMIx Reference RunTime Environment (Android, ${_android_arch})"
url="https://github.com/openpmix/prrte"
license=('BSD-3-Clause')
depends=("android-${_android_arch}-hwloc"
@@ -17,6 +17,7 @@ depends=("android-${_android_arch}-hwloc"
makedepends=("android-${_android_arch}-hwloc"
"android-${_android_arch}-libevent"
"android-${_android_arch}-openpmix"
+ 'android-environment'
'perl')
optdepends=("android-${_android_arch}-openssh: for execution on remote hosts via plm_ssh_agent")
source=("$url/releases/download/v$pkgver/prrte-$pkgver.tar.gz"