summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorxgdgsc2016-04-04 09:07:28 +0800
committerxgdgsc2016-04-04 09:07:28 +0800
commitb1d2356196073cd0103e5c0c66010812b2c290c5 (patch)
treeafe576e3384874a473ca90f6372d6098815a965b /.SRCINFO
parentabf65176bc0b3f4f9476375a5404c66a261c355e (diff)
downloadaur-b1d2356196073cd0103e5c0c66010812b2c290c5.tar.gz
fix depends
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa20d7469a5b..744ffe729128 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 3 01:09:25 UTC 2016
+# Mon Apr 4 01:07:22 UTC 2016
pkgbase = android-sdk-build-tools
pkgdesc = Build-Tools for Google Android SDK (aapt, aidl, dexdump, dx, llvm-rs-cc)
pkgver = r23.0.3
@@ -8,11 +8,13 @@ pkgbase = android-sdk-build-tools
arch = i686
arch = x86_64
license = custom
- depends = gcc-libs
- depends = zlib
options = !strip
source = https://dl-ssl.google.com/android/repository/build-tools_r23.0.3-linux.zip
sha1sums = 368f2600feac7e9b511b82f53d1f2240ae4a91a3
+ depends_i686 = gcc-libs
+ depends_i686 = zlib
+ depends_x86_64 = lib32-gcc-libs
+ depends_x86_64 = lib32-zlib
pkgname = android-sdk-build-tools