summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBerto Gomez2020-12-20 10:03:15 +1100
committerBerto Gomez2020-12-20 10:03:15 +1100
commit7dbc9271294e76293ebcd96ce1c246d36edbb11c (patch)
tree8d5b935c2e85de50123d7364808ecf160db372de /PKGBUILD
parentfaea2d23ed502fe57eae859dba2eecc9c05086bd (diff)
downloadaur-dart-1.x.tar.gz
Added dartium as opt dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39b1d6936ab9..75fd9e70a2eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,9 @@ url='https://www.dartlang.org/'
depends=('bash')
license=('BSD')
makedepends=('setconf')
+optdepends=(
+ 'dartium: Build of Chromium that includes the Dart VM'
+)
options=('!strip')
source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.3/sdk/dartsdk-linux-x64-release.zip")
sha512sums=('ec050c51f2adae2fa6c57955b93f29580c07969965c33e4625bc94e44eb22244af616d82fc5fe85b8d13b8371b9874ff55baa400ab321883fbc83c1075fae219')