diff options
author | root <root@rshg054.dnsready.net> | 2013-02-27 00:03:49 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-27 00:03:49 -0800 |
commit | 23018fec360e50c7cb4de4b2411650ce79532e54 (patch) | |
tree | 766004a81e02dd8a2ea0d5092ce2d19aed799bf6 /extra/swt | |
parent | 32e4cb82a73f6efc4254917e6324a2b61ecb5ddc (diff) |
Wed Feb 27 00:03:48 PST 2013
Diffstat (limited to 'extra/swt')
-rw-r--r-- | extra/swt/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/swt/PKGBUILD b/extra/swt/PKGBUILD index 94c7bc9ec..117266eec 100644 --- a/extra/swt/PKGBUILD +++ b/extra/swt/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 173193 2012-12-12 16:57:29Z guillaume $ +# $Id: PKGBUILD 178694 2013-02-26 10:20:09Z guillaume $ # Maintainer: Guillaume ALAUX <guillaume@archlinux.org> pkgname=swt pkgver=4.2.1 -pkgrel=1 +pkgrel=2 _date=201209141800 -pkgdesc="An open source widget toolkit for Java" +pkgdesc='An open source widget toolkit for Java' arch=('i686' 'x86_64') -url="http://www.eclipse.org/swt/" +url='http://www.eclipse.org/swt/' license=('EPL') depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst') optdepends=('libgnomeui' 'mesa' 'glu' 'libwebkit') @@ -25,6 +25,7 @@ source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date build-swt.xml) # To test this pkg: # http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse +# http://download.eclipse.org/eclipse/downloads/ build() { cd ${srcdir} |