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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Jun 28 17:46:35 UTC 2014


    Date: Saturday, June 28, 2014 @ 19:46:35
  Author: arodseth
Revision: 113717

upgpkg: eclipse-cdt 8.4.0-1

Modified:
  eclipse-cdt/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-28 16:53:12 UTC (rev 113716)
+++ PKGBUILD	2014-06-28 17:46:35 UTC (rev 113717)
@@ -5,22 +5,21 @@
 # Contributor: Raimar Bühmann <raimar at buehmann.de>
 
 pkgname=eclipse-cdt
-pkgver=8.3.0
-_sr=2
-pkgrel=2
+pkgver=8.4.0
+pkgrel=1
 pkgdesc='C/C++ Plugin for Eclipse'
 arch=('any')
 url='http://www.eclipse.org/cdt'
 license=('EPL')
 depends=('eclipse' 'libxtst')
-source=("http://download.eclipse.org/tools/cdt/releases/kepler/sr$_sr/cdt-master-$pkgver.zip")
-sha256sums=('bfd1805046cbd81fa0018881b9471f2ade71aa0e2bc053164b34c2e7ffc8b58d')
+source=("ftp://ftp.uninett.no/pub/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip")
+sha1sums=('625e996ef99c4f0f6eec14f7b58e6fd24908ffdd')
 
-prepare() {
-  # remove features and plug-ins containing sources
-  rm features/*.source_*
-  rm plugins/*.source_*
-}
+#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"




More information about the arch-commits mailing list