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

Guillaume Alaux guillaume at archlinux.org
Thu Aug 7 11:13:12 UTC 2014


    Date: Thursday, August 7, 2014 @ 13:13:11
  Author: guillaume
Revision: 219393

Upstream release 4.4

Modified:
  swt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-07 09:37:02 UTC (rev 219392)
+++ PKGBUILD	2014-08-07 11:13:11 UTC (rev 219393)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
 pkgname=swt
-pkgver=4.3.2
+pkgver=4.4
 pkgrel=1
-_date=201402211700
+_date=201406061215
 pkgdesc='An open source widget toolkit for Java'
 arch=('i686' 'x86_64')
 url='http://www.eclipse.org/swt/'
@@ -13,12 +13,12 @@
 makedepends=('java-environment' 'libxtst' 'glu' 'libgnomeui' 'unzip' 'pkgconfig' 'webkitgtk2' 'apache-ant')
 if [ "${CARCH}" = "i686" ]; then
   _carch=x86
-  sha256sums=('49c8d6252c0027ad430a9dc5e19c99a392653e6f98ea8183d633114efca67013'
+  sha256sums=('c11ba885bed2716e22291401001859404c696b3e72dafd87ea44ff99588bbd5b'
               '6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
 fi
 if [ "${CARCH}" = "x86_64" ]; then
   _carch=x86_64
-  sha256sums=('ad789c09148d77dc95e763447e24e612f0594c427a29ecaef1919ef7a91e618f'
+  sha256sums=('90fdbd56c74c1e63aa1fd781f1ca54aa24623aeedf8b5f2e15dff91abf98a7b4'
               '6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
 fi
 source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
@@ -27,6 +27,8 @@
 # http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
 # http://download.eclipse.org/eclipse/downloads/
 
+# http://mirror.ibcp.fr/pub/eclipse/eclipse/downloads/drops4/R-4.4-201406061215/org.eclipse.sdk.examples.source-4.4.zip
+
 build() {
   cd ${srcdir}
   unzip -oq src.zip -d src




More information about the arch-commits mailing list