[arch-commits] CVS update of extra/kde/kdegames (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Mon Mar 3 19:02:17 UTC 2008


    Date: Monday, March 3, 2008 @ 14:02:17
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/kdegames

Modified: PKGBUILD (1.34 -> 1.35)

upgppkg: update to new version


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


Index: extra/kde/kdegames/PKGBUILD
diff -u extra/kde/kdegames/PKGBUILD:1.34 extra/kde/kdegames/PKGBUILD:1.35
--- extra/kde/kdegames/PKGBUILD:1.34	Mon Oct 15 08:04:53 2007
+++ extra/kde/kdegames/PKGBUILD	Mon Mar  3 14:02:16 2008
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD,v 1.34 2007/10/15 12:04:53 tpowa Exp $
+# $Id: PKGBUILD,v 1.35 2008/03/03 19:02:16 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdegames
-pkgver=3.5.8
-kdever=3.5.8 # if minor 0, then without .0
+pkgver=3.5.9
+kdever=3.5.9 # if minor 0, then without .0
 pkgrel=1
 pkgdesc="Games for KDE."
 arch=(i686 x86_64)
 url="http://www.kde.org"
 license=('GPL')
 groups=('kde')
-depends=('kdelibs>=3.5.8')
+depends=('kdelibs>=3.5.9')
 
 # for easier build, just uncomment the mirror you want to use
   mirror="ftp.solnet.ch/mirror/KDE"         # updated every 2 hours, very fast for Europe
@@ -21,7 +21,7 @@
 
 build() {
   # Source the QT and KDE profile
-  [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh 
+  [ "$QTDIR" = "" ] && source /etc/profile.d/qt3.sh 
   [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
   # start building
   cd $startdir/src/$pkgname-$pkgver
@@ -31,4 +31,4 @@
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1
 }
-md5sums=('786ee4e47820d92aef7db73424b9604c')
+md5sums=('472385f21a692270fb5643d7617c7ff3')




More information about the arch-commits mailing list