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

Andrea Scarpino andrea at archlinux.org
Sat Jan 10 01:50:43 UTC 2009


    Date: Friday, January 9, 2009 @ 20:50:43
  Author: andrea
Revision: 23407

upgpkg: kdevelop 3.5.4-1
    kdevelop 3.5.4, my first commit! :)

Modified:
  kdevelop/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-09 22:39:57 UTC (rev 23406)
+++ PKGBUILD	2009-01-10 01:50:43 UTC (rev 23407)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: damir <damir at archlinux.org>
-# Maintainer: Travis Willard <travis at archlinux.org> 
+# Maintainer: Andrea Scarpino <bash at archlinux.it>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Travis Willard <travis at archlinux.org> 
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=kdevelop
-pkgver=3.5.2
-pkgrel=4
+pkgver=3.5.4
+pkgrel=1
 pkgdesc="A C/C++ development environment for KDE - stable snapshot build"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/"
@@ -15,15 +16,9 @@
 replaces=('kdevelop3-cvs') # compatibility reasons
 conflicts=('kdevelop-devel')
 options=('!makeflags')
+source=(http://download.kde.org/stable/3.5.10/src/$pkgname-$pkgver.tar.bz2)
+md5sums=('06aa12a89b2c09968a92e1d8b575819c')
 
-# for easier build, just uncomment the mirror you want to use --- remember: source is about 6MB!
- mirror="ftp.solnet.ch/mirror/KDE"         # updated every 2 hours, very fast for Europe
-# mirror="ftp.kde.org/pub/kde/"             # main server
-# mirror="ibiblio.org/pub/mirrors/kde/"     # ibiblio mirror
-
-source=(ftp://$mirror/stable/apps/KDE3.x/ide/$pkgname-$pkgver.tar.bz2)
-md5sums=('21c5085a4af3577d1d15fd169eb672a2')
-
 build() {
    # Source the QT and KDE profile
    [ "$QTDIR" = "" ] && source /etc/profile.d/qt3.sh 




More information about the arch-commits mailing list