Date: Wednesday, December 12, 2012 @ 11:56:19 Author: guillaume Revision: 173192
Upstream release - sources Modified: swt/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-12-12 12:48:09 UTC (rev 173191) +++ PKGBUILD 2012-12-12 16:56:19 UTC (rev 173192) @@ -1,9 +1,9 @@ # $Id$ # Maintainer: Guillaume ALAUX <guilla...@archlinux.org> pkgname=swt -pkgver=4.2 -pkgrel=2 -_date=201206081400 +pkgver=4.2.1 +pkgrel=1 +_date=201209141800 pkgdesc="An open source widget toolkit for Java" arch=('i686' 'x86_64') url="http://www.eclipse.org/swt/" @@ -13,13 +13,13 @@ makedepends=('java-environment' 'libxtst' 'mesa' 'glu' 'libgnomeui' 'unzip' 'pkgconfig' 'libwebkit' 'apache-ant') if [ "${CARCH}" = "i686" ]; then _carch=x86 - md5sums=('3efe0404f6129183abae46f7620fe14f' - '2f556ab534fc2488c6e8c0ee6c02825c') + sha256sums=('6198cd749ec25303a8c3a044e7680d643209862d2947f9efdda20bf7467575ba' + '6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923') fi if [ "${CARCH}" = "x86_64" ]; then _carch=x86_64 - md5sums=('9e06b576116ff409f395571603582827' - '2f556ab534fc2488c6e8c0ee6c02825c') + sha256sums=('e89e330df24ca72c57a381e81590293ce3f475d855258183179436bd5dcd85c8' + '6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923') fi source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip build-swt.xml)