Date: Tuesday, March 9, 2010 @ 15:45:11 Author: paul Revision: 71811 upgpkg: eclipse-cdt 6.0.2-1 upstream update to 6.0.2
Modified: eclipse-cdt/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-09 20:36:48 UTC (rev 71810) +++ PKGBUILD 2010-03-09 20:45:11 UTC (rev 71811) @@ -2,7 +2,7 @@ # Contributor: Paul Mattal <[email protected]> # Maintainer: Paul Mattal <[email protected]> pkgname=eclipse-cdt -pkgver=6.0.1 +pkgver=6.0.2 pkgrel=1 pkgdesc="C/C++ Plugin for Eclipse" arch=(i686 x86_64) @@ -12,6 +12,7 @@ install= source=(http://download.eclipse.org/tools/cdt/releases/galileo/dist/cdt-master-$pkgver.zip) noextract=("cdt-master-$pkgver.zip") +md5sums=('a9375b870ce627143b3eaa1e24b77b35') build() { installdir=$startdir/pkg/usr/share/eclipse/dropins @@ -23,4 +24,3 @@ cp -a $startdir/src/features $installdir/eclipse || return 1 cp -a $startdir/src/plugins $installdir/eclipse || return 1 } -md5sums=('91d4d99728fda96b476182fcb04a6290')
