diff options
author | root <root@rshg054.dnsready.net> | 2011-12-23 23:14:44 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-23 23:14:44 +0000 |
commit | d53a615fd6ab6dfeb42da11086f96698cb08fe40 (patch) | |
tree | e8b4ecb6de34cedcb486150a721025bf303f66da /kde-unstable/kdeedu-ktouch | |
parent | 34e6c976d28892a7bd3f7578f10fcfa57865472f (diff) |
Fri Dec 23 23:14:44 UTC 2011
Diffstat (limited to 'kde-unstable/kdeedu-ktouch')
-rw-r--r-- | kde-unstable/kdeedu-ktouch/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeedu-ktouch/PKGBUILD b/kde-unstable/kdeedu-ktouch/PKGBUILD index a12ceb3f3..14d206848 100644 --- a/kde-unstable/kdeedu-ktouch/PKGBUILD +++ b/kde-unstable/kdeedu-ktouch/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 144805 2011-12-08 10:52:10Z andrea $ +# $Id: PKGBUILD 145521 2011-12-22 23:00:14Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-ktouch -pkgver=4.7.90 +pkgver=4.7.95 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/unstable/${pkgver}/src/ktouch-${pkgver}.tar.bz2") -sha1sums=('faa97d88e132788e21a93e044c1977030f246180') +sha1sums=('7e285dc764ef14fe3d6c8de8b65da08c98e28bf9') build() { cd "${srcdir}" |