diff options
Diffstat (limited to 'extra/eclipse/PKGBUILD')
-rw-r--r-- | extra/eclipse/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/eclipse/PKGBUILD b/extra/eclipse/PKGBUILD index 94f34be2c..2bef35dd2 100644 --- a/extra/eclipse/PKGBUILD +++ b/extra/eclipse/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 151492 2012-02-26 17:43:00Z ibiru $ +# $Id: PKGBUILD 151734 2012-03-01 20:07:28Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> # Contributor: Andrew Wright <andreww@photism.org> @@ -7,7 +7,7 @@ pkgname=eclipse pkgver=3.7.2 -pkgrel=1 +pkgrel=2 _date=201202080800 pkgdesc="An IDE for Java and other languages" arch=('i686' 'x86_64' 'mips64el') @@ -15,6 +15,7 @@ url="http://eclipse.org" depends=('java-environment' 'gtk2' 'unzip' 'libwebkit') install=${pkgname}.install makedepends=('zip') +conflicts=('xulrunner') license=("EPL/1.1") source=("ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk.tar.gz" 'eclipse.sh' 'eclipse.desktop' 'eclipse.svg') |