[arch-commits] Commit in kdevplatform/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Fri Oct 22 14:54:54 UTC 2010
Date: Friday, October 22, 2010 @ 10:54:53
Author: andrea
Revision: 96598
upgpkg: kdevplatform 1.1.0-1
upstream release
Modified:
kdevplatform/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-10-22 14:19:40 UTC (rev 96597)
+++ PKGBUILD 2010-10-22 14:54:53 UTC (rev 96598)
@@ -3,18 +3,19 @@
# Contributor: Giovanni Scafora <giovanni at archlinux.org>
pkgname=kdevplatform
-pkgver=1.0.2
+pkgver=1.1.0
+_pkgver=4.1.0
pkgrel=1
pkgdesc="A C/C++ development platform for KDE"
arch=('i686' 'x86_64')
url="http://www.kdevelop.org/"
license=('GPL')
-depends=('kdelibs' 'boost-libs' 'subversion')
+depends=('kdelibs' 'boost-libs' 'subversion' 'qjson')
optdepends=("kdesdk-kompare: difference checking")
makedepends=('cmake' 'automoc4' 'boost')
install=${pkgname}.install
-source=("http://download.kde.org/stable/kdevelop/4.0.2/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('1a92512df7a5d502c06f5575b79bc997')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('61d7f9dea7712848dc4dd52bf02ea34b')
build() {
cd ${srcdir}
More information about the arch-commits
mailing list