[arch-commits] Commit in dart/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Jan 17 11:18:53 UTC 2014


    Date: Friday, January 17, 2014 @ 12:18:52
  Author: arodseth
Revision: 104298

upgpkg: dart 1.1-1

Modified:
  dart/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-17 10:20:00 UTC (rev 104297)
+++ PKGBUILD	2014-01-17 11:18:52 UTC (rev 104298)
@@ -6,7 +6,7 @@
 # Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
 
 pkgname=dart
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -16,17 +16,17 @@
 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=('9bc14660399c3570fddd262eb9aa11b3e6e19b7a3c547d3b10d60ad905c52c9b'
-            'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
-else
+#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")
-  sha256sums=('131afed9a220b2035375aee71e6b791248e6de51ee2612a21be3f6797e5bbfe6'
+  sha256sums=('50863be94cff179588aca084a4f40ebd23514447cffd73679b5850e7c6fc768c'
             'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
-fi
+#fi
 
 prepare() {
   # Fix permissions




More information about the arch-commits mailing list