[arch-commits] Commit in kdevplatform/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Sun Dec 13 19:16:20 UTC 2009
Date: Sunday, December 13, 2009 @ 14:16:19
Author: andrea
Revision: 61236
upgpkg: kdevplatform 0.9.97-1
upstream release
Modified:
kdevplatform/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-13 19:13:26 UTC (rev 61235)
+++ PKGBUILD 2009-12-13 19:16:19 UTC (rev 61236)
@@ -3,7 +3,7 @@
# Contributor: Giovanni Scafora <giovanni at archlinux.org>
pkgname=kdevplatform
-pkgver=0.9.96
+pkgver=0.9.97
pkgrel=1
pkgdesc="A C/C++ development platform for KDE"
arch=('i686' 'x86_64')
@@ -12,12 +12,11 @@
depends=('kdelibs' 'boost' 'subversion' 'commoncpp2')
optdepends=("kdesdk-kompare: difference checking")
makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/kdevelop/3.9.96/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('b7f560cf65df891e38a5551bf93e7056')
+source=("http://download.kde.org/unstable/kdevelop/3.9.97/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('1f7136eb3a1b314a327a24af58afe8c6')
build() {
cd ${srcdir}
-# sed -i "s:38:39:g" $pkgname-$pkgver/plugins/classbrowser/CMakeLists.txt
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
More information about the arch-commits
mailing list