diff options
Diffstat (limited to 'extra/kdeaccessibility-kmousetool/PKGBUILD')
-rw-r--r-- | extra/kdeaccessibility-kmousetool/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdeaccessibility-kmousetool/PKGBUILD b/extra/kdeaccessibility-kmousetool/PKGBUILD index 7b8b448e3..fa77f3ddf 100644 --- a/extra/kdeaccessibility-kmousetool/PKGBUILD +++ b/extra/kdeaccessibility-kmousetool/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 164871 2012-08-06 23:15:59Z andrea $ +# $Id: PKGBUILD 166230 2012-09-05 18:29:43Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeaccessibility-kmousetool -pkgver=4.9.0 +pkgver=4.9.1 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Clicks the mouse for you, reducing the effects of RSI' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kmousetool-${pkgver}.tar.xz") -sha1sums=('ea14b338f3f078fdffb3f7b0f69ebbddcc4b016d') +sha1sums=('ca977db4f5cbaa6ca99adb21ce6b16306f94de6b') build() { cd "${srcdir}" |