summaryrefslogtreecommitdiff
path: root/community/easystroke/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/easystroke/PKGBUILD')
-rw-r--r--community/easystroke/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/easystroke/PKGBUILD b/community/easystroke/PKGBUILD
index e214db55b..ba13a2ce8 100644
--- a/community/easystroke/PKGBUILD
+++ b/community/easystroke/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Kevin Sullivan <ksullivan@archlinux.us>
pkgname=easystroke
-pkgver=0.5.5.1
-pkgrel=2
+pkgver=0.5.6
+pkgrel=1
pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
arch=('i686' 'x86_64' 'mips64el')
url='http://easystroke.sourceforge.net/'
@@ -12,7 +12,7 @@ depends=('gtkmm' 'boost' 'libxtst' 'dbus-glib' 'xorg-server')
makedepends=('inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man')
install=easystroke.install
source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz")
-md5sums=('ba989d1745415be94afd567e33d124bb')
+md5sums=('a9f06576a47deaf6f612bb993685af0f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"