summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLalit Maganti2015-08-01 20:36:10 +0100
committerLalit Maganti2015-08-01 20:36:10 +0100
commitb68f1cc123aabb258b6d5f5a14a4dc3a307c46fb (patch)
treef8fc1a7c8c722753a4acf5d3860329aa8df887a1 /PKGBUILD
parent05555e012d47537f0598ff9ab4126abf00b4d215 (diff)
downloadaur-b68f1cc123aabb258b6d5f5a14a4dc3a307c46fb.tar.gz
android-studio: add gtk2 as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08c7286d11b8..c4dde76164bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ pkgdesc="The Official Android IDE. Canary branch"
arch=('i686' 'x86_64')
url="http://developer.android.com/sdk/installing/studio.html"
license=('APACHE')
-depends=('java-environment' 'python')
+depends=('java-environment' 'python' 'gtk2')
makedepends=('unzip')
optdepends=('android-sdk' 'android-sdk-platform-tools' 'android-sdk-build-tools')
provides=("android-studio=$pkgver")