summaryrefslogtreecommitdiff
path: root/extra/kdevplatform
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-24 13:37:15 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-24 13:37:15 -0300
commitaa59a87bb8860445bb3a4b233b44812b65b8c363 (patch)
tree2c86c94b07d2205834540b0d4c8ead7f264f56d5 /extra/kdevplatform
parenteca1d6fadc95df0eab55f607f67e69ff5329f590 (diff)
parent120df4e0db159525806a9b33364483e76f9d51d3 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/catalyst-dkms/PKGBUILD community-testing/catalyst-dkms/catalyst.install community-testing/lxdm/PKGBUILD community-testing/lxdm/lxdm-pam extra/tdb/PKGBUILD extra/usbview/PKGBUILD multilib/lib32-libldap/PKGBUILD testing/bison/PKGBUILD testing/ekiga/PKGBUILD testing/evince/PKGBUILD testing/gthumb/PKGBUILD testing/nautilus/PKGBUILD testing/opal/PKGBUILD testing/opal/opal-ffmpeg.patch testing/openssh/PKGBUILD testing/openssh/sshd.service testing/openssh/sshd.socket testing/openssh/sshdgenkeys.service testing/yelp/PKGBUILD
Diffstat (limited to 'extra/kdevplatform')
-rw-r--r--extra/kdevplatform/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/extra/kdevplatform/PKGBUILD b/extra/kdevplatform/PKGBUILD
index e124ac776..1726a70ea 100644
--- a/extra/kdevplatform/PKGBUILD
+++ b/extra/kdevplatform/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 168355 2012-10-09 06:47:34Z andrea $
+# $Id: PKGBUILD 169569 2012-10-23 17:17:52Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
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' 'mips64el')
@@ -14,11 +14,10 @@ depends=('kdelibs' 'subversion' 'qjson')
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 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}