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 222ea6d74..bd0f24f81 100644 --- a/kde-unstable/kdeedu-ktouch/PKGBUILD +++ b/kde-unstable/kdeedu-ktouch/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 160128 2012-05-29 22:49:33Z andrea $ +# $Id: PKGBUILD 160431 2012-06-01 21:36:26Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-ktouch pkgver=4.8.80 -pkgrel=1 +pkgrel=2 pkgdesc="Touch Typing Tutor" url="http://kde.org/applications/education/ktouch/" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz") -sha1sums=('5d046796b78e506ef451c70a2ee68b8b337dc4de') +sha1sums=('9cb0caaadc9b80eb452cebe31a7a58b8cdadc037') build() { cd "${srcdir}" |