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 f0eededf1..a66eb8d5b 100644 --- a/extra/kdeaccessibility-kmousetool/PKGBUILD +++ b/extra/kdeaccessibility-kmousetool/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 184879 2013-05-09 09:42:52Z andrea $ +# $Id: PKGBUILD 187957 2013-06-08 07:59:37Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeaccessibility-kmousetool -pkgver=4.10.3 +pkgver=4.10.4 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=('8314f6913059a7f012896be80705893876d1eb37') +sha1sums=('e3e635780254a2ac9ce94c5c1f21bfabc4b59121') build() { cd "${srcdir}" |