[arch-commits] CVS update of extra/lib/swt (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Aug 28 05:36:06 UTC 2007


    Date: Tuesday, August 28, 2007 @ 01:36:06
  Author: eric
    Path: /home/cvs-extra/extra/lib/swt

Modified: PKGBUILD (1.12 -> 1.13)

upgpkg: swt 3.3-1
updated md5sums for x86_64 source


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


Index: extra/lib/swt/PKGBUILD
diff -u extra/lib/swt/PKGBUILD:1.12 extra/lib/swt/PKGBUILD:1.13
--- extra/lib/swt/PKGBUILD:1.12	Sun Aug 26 06:42:18 2007
+++ extra/lib/swt/PKGBUILD	Tue Aug 28 01:36:01 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.12 2007/08/26 10:42:18 jgc Exp $
+# $Id: PKGBUILD,v 1.13 2007/08/28 05:36:01 eric Exp $
 # Maintainer: simo <simo at archlinux.org>
 pkgname=swt
 pkgver=3.3
@@ -10,15 +10,19 @@
 license=('EPL')
 depends=('java-runtime')
 makedepends=('java-gcj-compat' 'libxtst' 'mesa' 'libgnomeui' 'xulrunner')
-source=(http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip
+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=('7398cdf9340cb131b76ed98495239520'
+  noextract=(swt-${pkgver}-gtk-linux-x86.zip)
+  md5sums=('7398cdf9340cb131b76ed98495239520'
          '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)
   noextract=(swt-${pkgver}-gtk-linux-x86_64.zip)
+  md5sums=('b0a4b3442e61d2968acecfa18cdd3aa9'
+         'f5e548bc26a0f1f3c18131be76face40')
 fi
 
 build() {




More information about the arch-commits mailing list