summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-11 23:52:23 -0300
committerGonzalo Exequiel Pedone2024-03-11 23:52:23 -0300
commit386acfb8a06855d7b38c1925c0f0600459ef7bcb (patch)
tree991e3e31ed107a63afea867484a588725d1b403e
parent115a768a88ee5eabace79b1fd8deb2f796688935 (diff)
downloadaur-386acfb8a06855d7b38c1925c0f0600459ef7bcb.tar.gz
Added android-environment as dependency.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5112e1fe30bb..ab8427b34926 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = android-aarch64-openpmix
- pkgdesc = Extended version of the PMI standard (android)
+ pkgdesc = Extended version of the PMI standard (Android, aarch64)
pkgver = 4.2.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/openpmix/openpmix
arch = any
license = BSD-3-Clause
makedepends = android-aarch64-hwloc
makedepends = android-aarch64-zlib
+ makedepends = android-environment
makedepends = perl
makedepends = python
depends = android-aarch64-hwloc
diff --git a/PKGBUILD b/PKGBUILD
index e321f665c0fe..9a6cb1f5ee9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ _android_arch=aarch64
pkgname=android-${_android_arch}-openpmix
pkgver=4.2.9
-pkgrel=1
+pkgrel=2
arch=('any')
-pkgdesc="Extended version of the PMI standard (android)"
+pkgdesc="Extended version of the PMI standard (Android, ${_android_arch})"
url="https://github.com/openpmix/openpmix"
license=('BSD-3-Clause')
depends=("android-${_android_arch}-hwloc"
@@ -16,8 +16,9 @@ depends=("android-${_android_arch}-hwloc"
"android-${_android_arch}-zlib")
makedepends=("android-${_android_arch}-hwloc"
"android-${_android_arch}-zlib"
- "perl"
- "python")
+ 'android-environment'
+ 'perl'
+ 'python')
options=(!strip !buildflags staticlibs !emptydirs)
source=("$url/releases/download/v$pkgver/pmix-$pkgver.tar.gz"
'0001-Force-32-bits-compile.patch'