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

Jan de Groot jgc at archlinux.org
Wed Jan 25 10:14:50 UTC 2017


    Date: Wednesday, January 25, 2017 @ 10:14:50
  Author: jgc
Revision: 287411

upgpkg: swt 4.6.2-2

Revert i686/x86_64 source change: though we build the native libraries from source, the java sources are different also (FS#52707)

Modified:
  swt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-25 10:08:37 UTC (rev 287410)
+++ PKGBUILD	2017-01-25 10:14:50 UTC (rev 287411)
@@ -3,7 +3,7 @@
 pkgname=swt
 # http://download.eclipse.org/eclipse/downloads/drops4
 pkgver=4.6.2
-pkgrel=1
+pkgrel=2
 _date=201611241400
 pkgdesc='An open source widget toolkit for Java'
 arch=('i686' 'x86_64')
@@ -12,11 +12,14 @@
 depends=('java-runtime>=7' 'gtk2>=2.20.1' 'libxtst')
 optdepends=('glu' 'webkitgtk2')
 makedepends=('java-environment=8' 'libxtst' 'glu' 'unzip' 'pkgconfig' 'webkitgtk2' 'apache-ant')
-source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip
-        build-swt.xml)
-md5sums=('3a80c1403163b2efb9aefd6ae5e167fa'
-         '7423d2bd6d260e9934151be28d1e0a63')
+source=(build-swt.xml)
+source_i686=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip)
+source_x86_64=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip)
+sha256sums=('3d30fbde25a6a6d260d04cb1782b7618c2a0a926440935a9eea516146eb0e1e1')
+sha256sums_i686=('5db81a94b3720e0b7008c52c2f90d8db9b8f8770e2f9ce981c16f284a47f263b')
+sha256sums_x86_64=('3315827460e3bbb44812ed7639743ae42886c48c96c44dd06d8d4c319f5f7d50')
 
+
 # These examples don't even run anymore (Try Tux Guitar instead)!
 # http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
 # http://download.eclipse.org/eclipse/downloads/



More information about the arch-commits mailing list