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

Andrea Scarpino andrea at archlinux.org
Fri Feb 24 13:23:22 UTC 2012


    Date: Friday, February 24, 2012 @ 08:23:21
  Author: andrea
Revision: 151016

upgpkg: eclipse-cdt 8.0.1-2

Add missing libxtst dependence (FS#28624)

Modified:
  eclipse-cdt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 13:22:35 UTC (rev 151015)
+++ PKGBUILD	2012-02-24 13:23:21 UTC (rev 151016)
@@ -5,12 +5,12 @@
 
 pkgname=eclipse-cdt
 pkgver=8.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="C/C++ Plugin for Eclipse"
 arch=('any')
 url="http://www.eclipse.org/cdt"
 license=("EPL")
-depends=('eclipse')
+depends=('eclipse' 'libxtst')
 source=("http://download.eclipse.org/tools/cdt/releases/indigo/dist/cdt-master-${pkgver}.zip")
 md5sums=('449aff8b1c9a859873c21a292ccfc1a1')
 




More information about the arch-commits mailing list