diff options
author | Gonzalo Exequiel Pedone | 2024-03-12 01:18:48 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2024-03-12 01:18:48 -0300 |
commit | fe62843b4e49495a0fd4d536447ceb39f59a7fcf (patch) | |
tree | ae97c5e6be08249fa99d7a6167a357c7210a2db4 /PKGBUILD | |
parent | 1b8df7f961edd27195b415097c8dc83f3f2d9d51 (diff) | |
download | aur-fe62843b4e49495a0fd4d536447ceb39f59a7fcf.tar.gz |
Added android-environment as dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |