summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxdavidwu2023-08-14 16:22:46 +0800
committerxdavidwu2023-08-14 16:22:46 +0800
commit9a2464ff1de816d7a47f0bed9f7ac132904aa11f (patch)
treeb4ed12b5ee75fc241a3bc326f1611a3edbbc606e /PKGBUILD
parent4dd75adbeca985ff2b77e7b2e73a95bd5662e0e0 (diff)
downloadaur-9a2464ff1de816d7a47f0bed9f7ac132904aa11f.tar.gz
provides android-ndk
for compiling tasks of other packages note that no conflicts is added, a parallel install with stable is still possible, but users should manage ANDROID_NDK(_HOME) envvars on their own
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7d030f6912d..35e296ac2035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=android-ndk-beta
_pkgname=${pkgname/-beta*/}
pkgver=r26_beta1
-pkgrel=1
+pkgrel=2
pkgdesc='Android C/C++ developer kit (beta)'
arch=('x86_64')
url='https://developer.android.com/ndk/'
@@ -23,6 +23,7 @@ optdepends=(
'perl: various helper scripts'
'libc++: for some LLVM components'
)
+provides=('android-ndk')
source=("$pkgname-$pkgver.zip"::"https://dl.google.com/android/repository/${_pkgname}-${pkgver/_/-}-linux.zip"
"$pkgname.sh")
# SHA1 sums is kept to follow upstream releases https://github.com/android-ndk/ndk/issues/673