Date: Wednesday, October 1, 2014 @ 14:47:01 Author: arodseth Revision: 119966
upgpkg: eclipse-cdt 8.5.0-1 Modified: eclipse-cdt/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-01 11:45:13 UTC (rev 119965) +++ PKGBUILD 2014-10-01 12:47:01 UTC (rev 119966) @@ -5,7 +5,7 @@ # Contributor: Raimar Bühmann <[email protected]> pkgname=eclipse-cdt -pkgver=8.4.0 +pkgver=8.5.0 pkgrel=1 pkgdesc='C/C++ Plugin for Eclipse' arch=('any') @@ -12,15 +12,9 @@ url='http://www.eclipse.org/cdt' license=('EPL') depends=('eclipse' 'libxtst') -source=("ftp://ftp.uninett.no/pub/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip") -sha1sums=('625e996ef99c4f0f6eec14f7b58e6fd24908ffdd') +source=("http://ftp.snt.utwente.nl/pub/software/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip") +sha1sums=('d060b87508121a5673df052a317909a696b42cfa') -#prepare() { - # remove features and plug-ins containing sources, see FS#40635 - #rm features/*.source_* - #rm plugins/*.source_* -#} - package() { d="$pkgdir/usr/share/eclipse/dropins/cdt/eclipse" install -d "$d"
