summaryrefslogtreecommitdiff
path: root/extra/kdeedu-kmplot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdeedu-kmplot/PKGBUILD')
-rw-r--r--extra/kdeedu-kmplot/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/kdeedu-kmplot/PKGBUILD b/extra/kdeedu-kmplot/PKGBUILD
index 3d528b383..afe0359fc 100644
--- a/extra/kdeedu-kmplot/PKGBUILD
+++ b/extra/kdeedu-kmplot/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 174683 2013-01-05 13:18:06Z andrea $
+# $Id: PKGBUILD 177678 2013-02-08 08:56:41Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdeedu-kmplot
-pkgver=4.9.5
+pkgver=4.10.0
pkgrel=1
pkgdesc="Mathematical Function Plotter"
url="http://kde.org/applications/education/kmplot/"
@@ -13,7 +13,7 @@ depends=('kdebase-runtime')
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
source=("http://download.kde.org/stable/${pkgver}/src/kmplot-${pkgver}.tar.xz")
-sha1sums=('a5a1eca92677783892013c9712a7a8eb08f7a70b')
+sha1sums=('2e4641e4f368965d3d63b682c237d879609704d6')
build() {
cd "${srcdir}"
@@ -21,6 +21,7 @@ build() {
cd build
cmake ../kmplot-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr
make
}