summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Hai2017-04-19 15:08:23 +0800
committerZhang Hai2017-04-19 15:08:34 +0800
commitb999feca374fe1fe8d24ab8677bdc3c194d1ecc1 (patch)
treee81e75a3781ae6753600c9b9c05a52923371bfa3
parentf082ca819db1c078943cd608210ae9fd606d27ef (diff)
downloadaur-b999feca374fe1fe8d24ab8677bdc3c194d1ecc1.tar.gz
Add optional dependency on android-emulator.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec960ab62f0d..d1b183dd0b34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 19 06:33:08 UTC 2017
+# Wed Apr 19 07:08:06 UTC 2017
pkgbase = android-sdk
pkgdesc = Google Android SDK
pkgver = 26.0.1
@@ -11,6 +11,7 @@ pkgbase = android-sdk
license = custom
optdepends = android-udev: udev rules for Android devices
optdepends = android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx
+ optdepends = android-emulator: emulator has become standalone since 25.3.0
source = https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip
source = android-sdk.sh
source = android-sdk.csh
diff --git a/PKGBUILD b/PKGBUILD
index a63055b36ff9..09aaf52f43fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,8 @@ depends_i686=('java-environment' 'alsa-lib' 'openal' 'libstdc++5' 'libxv' 'sdl'
'ncurses' 'swt' 'zlib')
install="${pkgname}.install"
optdepends=('android-udev: udev rules for Android devices'
- 'android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx')
+ 'android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx'
+ 'android-emulator: emulator has become standalone since 25.3.0')
source=('https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip'
"${pkgname}.sh"
"${pkgname}.csh"