diff options
author | root <root@rshg054.dnsready.net> | 2012-10-03 01:32:13 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-03 01:32:13 -0700 |
commit | 1350233b6dc1924ba29a42462447995f26dae0dc (patch) | |
tree | 5dfb3384023621f023e449f02df1f035a9b45170 /testing/kdeedu-ktouch/PKGBUILD | |
parent | 941550cbc215d608bd18439f99500b74fbb80f0d (diff) |
Wed Oct 3 01:31:01 PDT 2012
Diffstat (limited to 'testing/kdeedu-ktouch/PKGBUILD')
-rw-r--r-- | testing/kdeedu-ktouch/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kdeedu-ktouch/PKGBUILD b/testing/kdeedu-ktouch/PKGBUILD index 45a0da9f3..10c8d3d79 100644 --- a/testing/kdeedu-ktouch/PKGBUILD +++ b/testing/kdeedu-ktouch/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 166084 2012-09-04 16:09:47Z andrea $ +# $Id: PKGBUILD 167615 2012-10-02 19:34:53Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-ktouch -pkgver=4.9.1 +pkgver=4.9.2 pkgrel=1 pkgdesc="Touch Typing Tutor" url="http://kde.org/applications/education/ktouch/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz") -sha1sums=('a4203a226d3b02b5619efd01291816f1b4de2b50') +sha1sums=('99133b52b29a7ee4d3dd6da664ad8c47fd637b71') build() { cd "${srcdir}" |