[arch-commits] Commit in kdepim-runtime/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Nov 25 09:35:35 UTC 2010


    Date: Thursday, November 25, 2010 @ 04:35:34
  Author: andrea
Revision: 100674

KDE 4.6 beta1

Modified:
  kdepim-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-25 09:30:24 UTC (rev 100673)
+++ PKGBUILD	2010-11-25 09:35:34 UTC (rev 100674)
@@ -1,22 +1,22 @@
-# $Id $
+# $Id: PKGBUILD 99527 2010-11-14 22:37:20Z andrea $
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdepim-runtime
-pkgver=4.4.93
+pkgver=4.5.80
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdepimlibs' 'kdebase-runtime')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'docbook-xsl')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=("http://download.kde.org/unstable/kdepim/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('414e03e1c1ecac5955656299850294af4924a0ab')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('174ab9fa4a3ae3a0e61f4252a86c0840a555eec5')
 
 build() {
-	cd ${srcdir}
+	cd $srcdir
 	mkdir build
 	cd build
 	cmake ../${pkgname}-${pkgver} \




More information about the arch-commits mailing list