summaryrefslogtreecommitdiff
path: root/extra/kdeedu-ktouch/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-01 04:08:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-01 04:08:45 +0000
commit0918b213023626f9fb5958a5927263aa4d2ea28b (patch)
tree639aa464bf7881a319a09a0cf665c849c9c38f01 /extra/kdeedu-ktouch/PKGBUILD
parente1cbaf963e362056815d598332d8599a83cd0954 (diff)
Tue Apr 1 04:03:55 UTC 2014
Diffstat (limited to 'extra/kdeedu-ktouch/PKGBUILD')
-rw-r--r--extra/kdeedu-ktouch/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/extra/kdeedu-ktouch/PKGBUILD b/extra/kdeedu-ktouch/PKGBUILD
index 653d1b433..e91751a0f 100644
--- a/extra/kdeedu-ktouch/PKGBUILD
+++ b/extra/kdeedu-ktouch/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 207746 2014-03-14 08:20:40Z andrea $
+# $Id: PKGBUILD 209436 2014-03-31 10:14:44Z svenstaro $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdeedu-ktouch
-pkgver=4.12.3
-pkgrel=2
+pkgver=4.12.4
+pkgrel=1
pkgdesc="Touch Typing Tutor"
url="http://kde.org/applications/education/ktouch/"
arch=('i686' 'x86_64')
@@ -12,16 +12,11 @@ groups=('kde' 'kdeedu')
depends=('kdebase-runtime')
makedepends=('cmake' 'automoc4' 'mesa')
install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz"
- 'slovenian.patch')
-sha1sums=('1fa7b166fe47d9895758417e717859625a043f0f'
- '8bc82fae5ae871253bc11c4778884966d6d4b58a')
+source=("http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz")
+sha1sums=('beebe057e722b5288c690ccabb3b9a66168df128')
prepare() {
mkdir build
-
- cd ktouch-${pkgver}
- patch -p1 -i "${srcdir}"/slovenian.patch
}
build() {