Date: Friday, March 29, 2013 @ 23:52:23 Author: lfleischer Revision: 87330
upgpkg: easystroke 0.6.0-1 Upstream update. Modified: easystroke/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-29 22:49:20 UTC (rev 87329) +++ PKGBUILD 2013-03-29 22:52:23 UTC (rev 87330) @@ -2,17 +2,17 @@ # Contributor: Kevin Sullivan <ksulli...@archlinux.us> pkgname=easystroke -pkgver=0.5.6 -pkgrel=3 +pkgver=0.6.0 +pkgrel=1 pkgdesc='Use mouse gestures to initiate commands and hotkeys.' arch=('i686' 'x86_64') url='http://easystroke.sourceforge.net/' license=('custom:ISC') -depends=('gtkmm' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server') +depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server') makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man') install=easystroke.install source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz") -md5sums=('a9f06576a47deaf6f612bb993685af0f') +md5sums=('3b4f25d02a6b5ac57a8b7a06545869db') build() { cd "${srcdir}/${pkgname}-${pkgver}"