diff options
author | root <root@rshg054.dnsready.net> | 2012-11-05 01:22:33 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-05 01:22:33 -0800 |
commit | c973e7aa43bb6c3bb4e25503eea40ddee63fcefd (patch) | |
tree | e85abee1aa1274c3d6a6f317c1a7f9df28e483f4 /extra/kdevplatform | |
parent | 2030e810a5cfd4d3ff6e0f8930560c96f2990eb2 (diff) |
Mon Nov 5 01:19:20 PST 2012
Diffstat (limited to 'extra/kdevplatform')
-rw-r--r-- | extra/kdevplatform/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/kdevplatform/PKGBUILD b/extra/kdevplatform/PKGBUILD index 07671abe4..159c5fefc 100644 --- a/extra/kdevplatform/PKGBUILD +++ b/extra/kdevplatform/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 169569 2012-10-23 17:17:52Z andrea $ +# $Id: PKGBUILD 170181 2012-11-04 07:58:57Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=kdevplatform -pkgver=1.4.0 -_pkgver=4.4.0 +pkgver=1.4.1 +_pkgver=4.4.1 pkgrel=1 pkgdesc="A C/C++ development platform for KDE" arch=('i686' 'x86_64') @@ -15,13 +15,14 @@ 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=('2db4fc073385c49d82de526273272da648a0af60') +sha1sums=('48f2b40256e96aa015fa40978d5a9a93056fba75') build() { mkdir build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_BUILD_TYPE=Release make } |