[arch-commits] Commit in eclipse/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri May 18 15:28:04 UTC 2012


    Date: Friday, May 18, 2012 @ 11:28:04
  Author: ibiru
Revision: 159238

fix dependency. FS#29445

Modified:
  eclipse/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-18 15:27:59 UTC (rev 159237)
+++ PKGBUILD	2012-05-18 15:28:04 UTC (rev 159238)
@@ -7,12 +7,12 @@
 
 pkgname=eclipse
 pkgver=3.7.2
-pkgrel=2
+pkgrel=3
 _date=201202080800
 pkgdesc="An IDE for Java and other languages"
 arch=('i686' 'x86_64')
 url="http://eclipse.org"
-depends=('java-environment' 'gtk2' 'unzip' 'libwebkit')
+depends=('java-environment' 'gtk2' 'unzip' 'libwebkit' 'libxtst')
 install=${pkgname}.install
 makedepends=('zip')
 conflicts=('xulrunner')




More information about the arch-commits mailing list