diff options
author | root <root@rshg054.dnsready.net> | 2011-09-27 23:14:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-27 23:14:33 +0000 |
commit | ccb9d72bbf1ee4f7a54113eac76a16b0b5014869 (patch) | |
tree | b54ca3606d7cff4133dac1e84183328e555f4085 /extra/swt | |
parent | abcf87c553a18aec8372de7f690b5aa91a7a0d24 (diff) |
Tue Sep 27 23:14:33 UTC 2011
Diffstat (limited to 'extra/swt')
-rw-r--r-- | extra/swt/PKGBUILD | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/extra/swt/PKGBUILD b/extra/swt/PKGBUILD index 747013569..e2e34ebd6 100644 --- a/extra/swt/PKGBUILD +++ b/extra/swt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 129501 2011-06-28 14:09:34Z guillaume $ +# $Id: PKGBUILD 138506 2011-09-26 08:00:12Z guillaume $ # Maintainer: Guillaume ALAUX <guillaume@archlinux.org> pkgname=swt -pkgver=3.7 +pkgver=3.7.1 pkgrel=1 pkgdesc="An open source widget toolkit for Java" -_date=201106131736 +_date=201109091335 arch=(i686 x86_64) url="http://www.eclipse.org/swt/" license=('EPL') @@ -13,23 +13,17 @@ depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst') #makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' 'xulrunner>=1.9.1' 'unzip' 'pkgconfig' 'apache-ant') optdepends=('libgnomeui' 'mesa') makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' '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=('21d084526f5df4e02900b2ce4ae8b5d1' - '60f11408bc8db299c5406a904a665a5e' - '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=('21d084526f5df4e02900b2ce4ae8b5d1' + md5sums=('b7d6d24e2feb7489b0baa0ce941ea4d2' '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=('60f11408bc8db299c5406a904a665a5e' + md5sums=('8816631e7993a783a87e98ba39da7fa6' 'f5e548bc26a0f1f3c18131be76face40') noextract=(swt-${pkgver}-gtk-linux-x86_64.zip) fi |