diff options
Diffstat (limited to 'kde-unstable/kdeaccessibility-kmousetool/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeaccessibility-kmousetool/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeaccessibility-kmousetool/PKGBUILD b/kde-unstable/kdeaccessibility-kmousetool/PKGBUILD index 440defdc9..dac7ad841 100644 --- a/kde-unstable/kdeaccessibility-kmousetool/PKGBUILD +++ b/kde-unstable/kdeaccessibility-kmousetool/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 163381 2012-07-11 22:12:44Z andrea $ +# $Id: PKGBUILD 171746 2012-11-21 18:35:16Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeaccessibility-kmousetool -pkgver=4.8.97 +pkgver=4.9.80 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/unstable/${pkgver}/src/kmousetool-${pkgver}.tar.xz") -sha1sums=('c5f413aeb0ff01d574e66bc310c8b074dd952cf5') +sha1sums=('522ff8389c49da50175d06eb9fe9e841249daad4') build() { cd "${srcdir}" |