diff options
Diffstat (limited to 'kde-unstable/kdeedu-ktouch/PKGBUILD')
-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 62f000d1e..a12ceb3f3 100644 --- a/kde-unstable/kdeedu-ktouch/PKGBUILD +++ b/kde-unstable/kdeedu-ktouch/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 143374 2011-11-24 16:15:21Z andrea $ +# $Id: PKGBUILD 144805 2011-12-08 10:52:10Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-ktouch -pkgver=4.7.80 +pkgver=4.7.90 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=('ebba0f8d22ca06db2488d1059b41432fce6b7a67') +sha1sums=('faa97d88e132788e21a93e044c1977030f246180') build() { cd "${srcdir}" |