summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-07-01 01:44:08 +0800
committerYen Chi Hsuan2017-07-01 01:44:08 +0800
commit1e251542c496386e6e80c2b9369f554b24bf3789 (patch)
tree981ee350dfe5bc8f9448d258761b72b7b7a95eb9
parent06479d193ab5f976fc3cc8f897553b3b27b99134 (diff)
downloadaur-1e251542c496386e6e80c2b9369f554b24bf3789.tar.gz
Bump to r15.b
-rw-r--r--.AURINFO20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
3 files changed, 7 insertions, 28 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index ace4bb770752..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,20 +0,0 @@
-pkgbase = android-ndk
- pkgdesc = Android C/C++ developer kit
- pkgver = r10d
- pkgrel = 3
- url = http://developer.android.com/sdk/ndk/
- install = android-ndk.install
- arch = x86_64
- arch = i686
- license = GPL
- license = LGPL
- license = custom
- provides = android-ndk
- replaces = android-ndk32
- replaces = android-ndk64
- options = !strip
- options = staticlibs
- backup = etc/profile.d/android-ndk.sh
-
-pkgname = android-ndk
-
diff --git a/.SRCINFO b/.SRCINFO
index 1ba3448fa0c5..b42d04d55783 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Jun 9 12:18:00 UTC 2017
pkgbase = android-ndk
pkgdesc = Android C/C++ developer kit
- pkgver = r15
+ pkgver = r15.b
pkgrel = 1
url = https://developer.android.com/ndk/
install = android-ndk.install
@@ -17,9 +15,9 @@ pkgbase = android-ndk
options = staticlibs
backup = etc/profile.d/android-ndk.sh
source = android-ndk.sh
- source = https://dl.google.com/android/repository/android-ndk-r15-linux-x86_64.zip
+ source = https://dl.google.com/android/repository/android-ndk-r15b-linux-x86_64.zip
sha1sums = 2c03a98f773704d3357ed06d6cc2412b184a3c0c
- sha1sums = 32b3115357ed798a8a48d7d589ffcb901693c745
+ sha1sums = 2690d416e54f88f7fa52d0dcb5f539056a357b3b
pkgname = android-ndk
diff --git a/PKGBUILD b/PKGBUILD
index e249c83541d7..cd8d8468c6cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
+# Maintainer: Yen Chi Hsuan <yan12125 at gmail dot com>
+# Contributor: Alexander F Rødseth <xyproto@archlinux.org>
# Contributor: Daniel Micay <danielmicay@gmail.com>
# Contributor: frownlee <florez.brownlee@gmail.com>
pkgname=android-ndk
-pkgver=r15
+pkgver=r15.b
pkgrel=1
pkgdesc='Android C/C++ developer kit'
arch=('x86_64')
@@ -17,7 +18,7 @@ replaces=('android-ndk64')
depends=('ncurses5-compat-libs')
source=('android-ndk.sh' "https://dl.google.com/android/repository/${pkgname}-${pkgver/./}-linux-x86_64.zip")
sha1sums=('2c03a98f773704d3357ed06d6cc2412b184a3c0c'
- '32b3115357ed798a8a48d7d589ffcb901693c745')
+ '2690d416e54f88f7fa52d0dcb5f539056a357b3b')
package() {
install -d "$pkgdir/opt"