summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2018-11-08 17:12:12 -0500
committerfrealgagu2018-11-08 17:12:12 -0500
commitf4c48b8645a0919d8704fea64a0f6e0fec43e56a (patch)
treec6cb5697696082518ea0f416fcd650ff99ca5962
parent0c07b8c501a6884686888f88d731e7cd89828e71 (diff)
downloadaur-f4c48b8645a0919d8704fea64a0f6e0fec43e56a.tar.gz
Compiling in chroot.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cacf51da3967..9d0b9237efb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ arch=("x86_64")
url="https://${pkgname%-dev}.io"
license=("custom" "BSD" "CCPL")
depends=("glu" "java-environment" "lib32-libglvnd")
-makedepends=("git" "python")
optdepends=("android-sdk"
"android-studio"
"bash"
@@ -19,6 +18,7 @@ optdepends=("android-sdk"
"perl"
"python"
"sh")
+makedepends=("git" "python")
provides=("${pkgname%-dev}")
conflicts=("${pkgname%-dev}")
backup=("opt/${pkgname%-dev}/packages/${pkgname%-dev}_test/pubspec.yaml" "opt/${pkgname%-dev}/packages/${pkgname%-dev}/pubspec.yaml")