summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrealgagu2020-06-09 14:55:43 -0500
committerfrealgagu2020-06-09 14:55:43 -0500
commit92185b19ff63d6afb8e5a7e0b44dfec8cc177fe3 (patch)
tree2032ace0ec5832b34c8fa9ecd32015bd094c749c /PKGBUILD
parent03f57e47269b486d81599747e77202c79911dca4 (diff)
downloadaur-92185b19ff63d6afb8e5a7e0b44dfec8cc177fe3.tar.gz
Adding unzip and git as dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 1 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da68313b1e28..50279d7ba330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,16 +8,7 @@ arch=("x86_64")
url="https://${pkgname%-git}.io"
license=("custom" "BSD" "CCPL")
depends=("bash" "git" "glu" "java-environment" "lib32-libglvnd" "unzip")
-optdepends=(
- "android-sdk"
- "android-studio"
- "bash"
- "dart"
- "intellij-idea-community-edition"
- "intellij-idea-ultimate-edition"
- "perl"
- "python"
-)
+optdepends=("android-sdk" "android-studio" "dart" "intellij-idea-community-edition" "intellij-idea-ultimate-edition" "perl" "python")
makedepends=("python")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")