summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFredy Alberto García Güiza2021-06-17 13:21:45 -0500
committerGitHub2021-06-17 13:21:45 -0500
commit071bfc9465a435743806e7b50ee4937b9e85e431 (patch)
tree4e9d7d1a7b9f57cf27ebab8abda6b16d1caac5c8 /PKGBUILD
parent59634ad7112a1ddc518d4912f9be9b9ae9d6212a (diff)
parent27b80860a38318f51228e9bde8c3044e7a581b11 (diff)
downloadaur-071bfc9465a435743806e7b50ee4937b9e85e431.tar.gz
Merge pull request #9 from christopherfujino/update
Update PKGBUILD to use new storage bucket
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8d62c9430fc..1357366fbbbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgver=2.2.2
pkgrel=1
pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
arch=("x86_64")
-url="https://${pkgname}.io"
+url="https://${pkgname}.dev"
license=("custom" "BSD" "CCPL")
depends=("git" "glu" "java-environment" "libglvnd" "unzip")
-optdepends=("android-sdk" "android-studio" "dart" "intellij-idea-community-edition" "intellij-idea-ultimate-edition" "perl" "python")
+optdepends=("android-sdk" "android-studio" "intellij-idea-community-edition" "intellij-idea-ultimate-edition" "perl" "python")
makedepends=("python")
backup=("opt/${pkgname}/packages/${pkgname}_test/pubspec.yaml" "opt/${pkgname}/packages/${pkgname}/pubspec.yaml")
options=("!emptydirs")