Update android-ndk to r21.d

This commit is contained in:
Martchus 2020-08-29 03:05:06 +02:00
parent b22a316749
commit 735aabb5d0
1 changed files with 7 additions and 4 deletions

View File

@ -4,7 +4,7 @@
# Contributor: frownlee <florez.brownlee@gmail.com>
pkgname=android-ndk
pkgver=r20
pkgver=r21.d
pkgrel=1
pkgdesc='Android C/C++ developer kit'
arch=('x86_64')
@ -14,11 +14,14 @@ options=('!strip' 'staticlibs')
backup=('etc/profile.d/android-ndk.sh')
install="$pkgname.install"
replaces=('android-ndk64')
depends=('glibc')
source=('android-ndk.sh')
depends=()
source=("$pkgname.sh")
source_x86_64=("https://dl.google.com/android/repository/$pkgname-${pkgver/./}-linux-x86_64.zip")
# SHA1 sums is kept to follow upstream releases https://github.com/android-ndk/ndk/issues/673
sha1sums=('2479a8d74428eb651ad2b9772ad655d7a90af410')
sha1sums_x86_64=('8665fc84a1b1f0d6ab3b5fdd1e30200cc7b9adff')
sha1sums_x86_64=('bcf4023eb8cb6976a4c7cff0a8a8f145f162bf4d')
sha256sums=('2068618bc3e99149310f544be5d639ae183dc767d5a7157a07d8e024417b6017')
sha256sums_x86_64=('dd6dc090b6e2580206c64bcee499bc16509a5d017c6952dcd2bed9072af67cbd')
prepare() {
# workaround issue with CMake's internal Android support