Date: Tuesday, October 23, 2012 @ 13:10:05 Author: andrea Revision: 169566
upgpkg: kdevplatform 1.4.0-1 Upstream release Modified: kdevplatform/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-10-23 14:54:01 UTC (rev 169565) +++ PKGBUILD 2012-10-23 17:10:05 UTC (rev 169566) @@ -3,8 +3,8 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=kdevplatform -pkgver=1.3.90 -_pkgver=4.3.90 +pkgver=1.4.0 +_pkgver=4.4.0 pkgrel=1 pkgdesc="A C/C++ development platform for KDE" arch=('i686' 'x86_64') @@ -14,11 +14,10 @@ optdepends=("kdesdk-kompare: difference checking") makedepends=('cmake' 'automoc4' 'boost') install=${pkgname}.install -source=("http://download.kde.org/unstable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('88300217681caa5c69f09b6428f2a6298cbd4733') +source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('2db4fc073385c49d82de526273272da648a0af60') build() { - cd "${srcdir}" mkdir build cd build cmake ../${pkgname}-${pkgver} \ @@ -28,6 +27,6 @@ } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install }
