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

Guillaume Alaux guillaume at archlinux.org
Sat Sep 4 21:13:46 UTC 2010


    Date: Saturday, September 4, 2010 @ 17:13:45
  Author: guillaume
Revision: 89919

upgpkg: swt 3.6-1
Upstream release

Modified:
  swt/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-04 17:45:40 UTC (rev 89918)
+++ PKGBUILD	2010-09-04 21:13:45 UTC (rev 89919)
@@ -1,33 +1,33 @@
 # $Id$
-# Maintainer: simo <simo at archlinux.org>
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
 pkgname=swt
-pkgver=3.5.1
+pkgver=3.6
 pkgrel=1
 pkgdesc="An open source widget toolkit for Java"
-_date=200909170800
+_date=201006080911
 arch=(i686 x86_64)
 url="http://www.eclipse.org/swt/"
 license=('EPL')
-depends=('java-runtime>=6' 'gtk2>=2.18.3' 'libxtst')
+depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
 optdepends=('libgnomeui' 'xulrunner' 'mesa')
 makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' 'xulrunner>=1.9.1' '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=('ceaa95d484d7ab95c663401b5a9bd1f5'
-         '40a5aa485e6f8d53eee07b325dd6c15f'
+md5sums=('514206a4b9e27ac66cb7876157c3e74f'
+         '244f63edc7e609c7ac7f4bd1d7e0298a'
          '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=('ceaa95d484d7ab95c663401b5a9bd1f5'
+  md5sums=('514206a4b9e27ac66cb7876157c3e74f'
            '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=('40a5aa485e6f8d53eee07b325dd6c15f'
+  md5sums=('244f63edc7e609c7ac7f4bd1d7e0298a'
            'f5e548bc26a0f1f3c18131be76face40')
   noextract=(swt-${pkgver}-gtk-linux-x86_64.zip)
 fi




More information about the arch-commits mailing list