Date: Wednesday, October 30, 2013 @ 23:25:42 Author: andrea Revision: 198615
upgpkg: kdevplatform 1.5.2-1 Upstream release Modified: kdevplatform/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-30 22:23:18 UTC (rev 198614) +++ PKGBUILD 2013-10-30 22:25:42 UTC (rev 198615) @@ -3,8 +3,8 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=kdevplatform -pkgver=1.5.1 -_pkgver=4.5.1 +pkgver=1.5.2 +_pkgver=4.5.2 pkgrel=1 pkgdesc="A C/C++ development platform for KDE" arch=('i686' 'x86_64') @@ -13,13 +13,16 @@ depends=('kdelibs' 'subversion' 'qjson') optdepends=("kdesdk-kompare: difference checking") makedepends=('cmake' 'automoc4' 'boost') -install=${pkgname}.install -source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('af3e78b55c4aec97e271bc06c59186cdf77fe3d1') +install="${pkgname}.install" +source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('a2fa1f765e992739546fa04d0aaffc4f2200c520') +prepare() { + mkdir build +} + build() { - mkdir build - cd build + cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON \
