summaryrefslogtreecommitdiff
path: root/extra/kdeedu-ktouch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-19 04:00:43 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-19 04:00:43 +0000
commit4d8724d2ae72ab2ea20a9ad299dd36f33bda4658 (patch)
tree5e022d124eb60b93d19e96a0d9c0e8532be87a6e /extra/kdeedu-ktouch
parentf8a4eefb2bb008f302349db07da4a75e746a1aeb (diff)
Sat Apr 19 03:57:19 UTC 2014
Diffstat (limited to 'extra/kdeedu-ktouch')
-rw-r--r--extra/kdeedu-ktouch/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/extra/kdeedu-ktouch/PKGBUILD b/extra/kdeedu-ktouch/PKGBUILD
index e91751a0f..268001f95 100644
--- a/extra/kdeedu-ktouch/PKGBUILD
+++ b/extra/kdeedu-ktouch/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 209436 2014-03-31 10:14:44Z svenstaro $
+# $Id: PKGBUILD 211392 2014-04-18 18:02:09Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdeedu-ktouch
-pkgver=4.12.4
+pkgver=4.13.0
pkgrel=1
pkgdesc="Touch Typing Tutor"
url="http://kde.org/applications/education/ktouch/"
@@ -13,13 +13,11 @@ depends=('kdebase-runtime')
makedepends=('cmake' 'automoc4' 'mesa')
install=${pkgname}.install
source=("http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz")
-sha1sums=('beebe057e722b5288c690ccabb3b9a66168df128')
-
-prepare() {
- mkdir build
-}
+sha1sums=('a737598452c62f18a6471d714581a7cb16871e4f')
build() {
+ cd "${srcdir}"
+ mkdir build
cd build
cmake ../ktouch-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
@@ -29,6 +27,6 @@ build() {
}
package() {
- cd build
+ cd "${srcdir}"/build
make DESTDIR="${pkgdir}" install
}