summaryrefslogtreecommitdiff
path: root/community/dart/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dart/PKGBUILD')
-rw-r--r--community/dart/PKGBUILD24
1 files changed, 12 insertions, 12 deletions
diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD
index 3aee78290..cf803512e 100644
--- a/community/dart/PKGBUILD
+++ b/community/dart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 104299 2014-01-17 11:19:01Z arodseth $
+# $Id: PKGBUILD 104347 2014-01-18 17:45:23Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
# Contributor: Usagi Ito <usagi@WonderRabbitProject.net>
@@ -6,7 +6,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=dart
-pkgver=1.1
+pkgver=1.1.1
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64' 'i686')
@@ -16,17 +16,17 @@ optdepends=('java-runtime: for dartanalyzer')
makedepends=('setconf')
options=('!strip')
-#if [[ $CARCH == x86_64 ]]; then
-# source=("http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip"
-# "license.html::https://code.google.com/intl/no/google_bsd_license.html")
-# sha256sums=('baf8afd92642da97ec5b13d645e37226d1a20447cad7f2b06f8bb07417219d42'
-# 'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
-#else
- source=("http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip"
- "license.html::https://code.google.com/intl/no/google_bsd_license.html")
+if [[ $CARCH == x86_64 ]]; then
+ source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip"
+ 'license.html::https://code.google.com/intl/no/google_bsd_license.html')
+ sha256sums=('baf8afd92642da97ec5b13d645e37226d1a20447cad7f2b06f8bb07417219d42'
+ 'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
+else
+ source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip"
+ 'license.html::https://code.google.com/intl/no/google_bsd_license.html')
sha256sums=('50863be94cff179588aca084a4f40ebd23514447cffd73679b5850e7c6fc768c'
- 'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
-#fi
+ 'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
+fi
prepare() {
# Fix permissions