summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Hai2017-04-19 15:18:38 +0800
committerZhang Hai2017-04-19 15:18:49 +0800
commit232ba33d6005a812b484501e75478131613603c8 (patch)
treeefd631420a49f0806afcd2a2075e5f1ba281cf3e
parentb999feca374fe1fe8d24ab8677bdc3c194d1ecc1 (diff)
downloadaur-232ba33d6005a812b484501e75478131613603c8.tar.gz
Reorder entries.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1b183dd0b34..8da5516fad18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 19 07:08:06 UTC 2017
+# Wed Apr 19 07:18:46 UTC 2017
pkgbase = android-sdk
pkgdesc = Google Android SDK
pkgver = 26.0.1
@@ -9,9 +9,9 @@ pkgbase = android-sdk
arch = x86_64
arch = i686
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
+ optdepends = android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx
+ optdepends = android-udev: udev rules for Android devices
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 09aaf52f43fa..29a4cc5918e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,9 @@ depends_x86_64=('java-environment' 'lib32-alsa-lib' 'lib32-openal'
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'
+optdepends=('android-emulator: emulator has become standalone since 25.3.0'
'android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx'
- 'android-emulator: emulator has become standalone since 25.3.0')
+ 'android-udev: udev rules for Android devices')
source=('https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip'
"${pkgname}.sh"
"${pkgname}.csh"