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

Guillaume Alaux guillaume at archlinux.org
Mon Sep 26 07:59:12 UTC 2011


    Date: Monday, September 26, 2011 @ 03:59:11
  Author: guillaume
Revision: 138505

upgpkg: swt 3.7.1-1

Upstream release

Modified:
  swt/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-25 17:23:16 UTC (rev 138504)
+++ PKGBUILD	2011-09-26 07:59:11 UTC (rev 138505)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
 pkgname=swt
-pkgver=3.7
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="An open source widget toolkit for Java"
-_date=201106131736
+_date=201109091335
 arch=(i686 x86_64)
 url="http://www.eclipse.org/swt/"
 license=('EPL')
@@ -13,23 +13,17 @@
 #makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' 'xulrunner>=1.9.1' 'unzip' 'pkgconfig' 'apache-ant')
 optdepends=('libgnomeui' 'mesa')
 makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' 'unzip' 'pkgconfig' 'apache-ant')
-source=(http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip
-        http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
-        build-swt.xml)
-md5sums=('21d084526f5df4e02900b2ce4ae8b5d1'
-         '60f11408bc8db299c5406a904a665a5e'
-         'f5e548bc26a0f1f3c18131be76face40')
 if [ "${CARCH}" = "i686" ]; then
   source=(http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip
           build-swt.xml)
   noextract=(swt-${pkgver}-gtk-linux-x86.zip)
-  md5sums=('21d084526f5df4e02900b2ce4ae8b5d1'
+  md5sums=('b7d6d24e2feb7489b0baa0ce941ea4d2'
            'f5e548bc26a0f1f3c18131be76face40')
 fi
 if [ "${CARCH}" = "x86_64" ]; then
   source=(http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
           build-swt.xml)
-  md5sums=('60f11408bc8db299c5406a904a665a5e'
+  md5sums=('8816631e7993a783a87e98ba39da7fa6'
            'f5e548bc26a0f1f3c18131be76face40')
   noextract=(swt-${pkgver}-gtk-linux-x86_64.zip)
 fi




More information about the arch-commits mailing list