diff options
author | root <root@rshg054.dnsready.net> | 2011-10-16 23:14:27 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-16 23:14:27 +0000 |
commit | d286d980d2ff42151e9bc81ec348c864c24f9cc4 (patch) | |
tree | 0df8ee0846c9886fd41db46eba16f7877d70af93 /extra/eclipse/PKGBUILD | |
parent | 8fd7bc607a8e4b26853b4263153a736767b163cd (diff) |
Sun Oct 16 23:14:27 UTC 2011
Diffstat (limited to 'extra/eclipse/PKGBUILD')
-rw-r--r-- | extra/eclipse/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/eclipse/PKGBUILD b/extra/eclipse/PKGBUILD index 658b3e79c..3d1f631f8 100644 --- a/extra/eclipse/PKGBUILD +++ b/extra/eclipse/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 140450 2011-10-14 19:01:32Z ibiru $ +# $Id: PKGBUILD 140489 2011-10-15 15:29:09Z ibiru $ # Maintainer: Paul Mattal <paul@archlinux.org> # Contributor: Andrew Wright <andreww@photism.org> # Contributor: Andreas W. Hauser <andy-aur@splashground.de> @@ -7,7 +7,7 @@ pkgname=eclipse pkgver=3.7.1 _internal_pkgver=3.7.1 -pkgrel=1 +pkgrel=2 _date=201109091335 pkgdesc="An IDE for Java and other languages" arch=('i686' 'x86_64') @@ -16,7 +16,6 @@ depends=('java-environment' 'gtk2' 'unzip' 'libwebkit') install=${pkgname}.install makedepends=('zip') license=("EPL/1.1") -backup=('usr/share/eclipse/configuration/config.ini') source=("ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-${pkgver}-${_date}/${pkgname}-SDK-${pkgver}-linux-gtk.tar.gz" 'eclipse.svg' 'eclipse.sh' 'eclipse.desktop' 'eclipse.ini.patch') |