diff options
Diffstat (limited to 'community/easystroke/PKGBUILD')
-rw-r--r-- | community/easystroke/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/easystroke/PKGBUILD b/community/easystroke/PKGBUILD index 75a71810d..bf1cb5a39 100644 --- a/community/easystroke/PKGBUILD +++ b/community/easystroke/PKGBUILD @@ -3,13 +3,13 @@ pkgname=easystroke pkgver=0.5.6 -pkgrel=1 +pkgrel=2 pkgdesc='Use mouse gestures to initiate commands and hotkeys.' arch=('i686' 'x86_64') url='http://easystroke.sourceforge.net/' license=('custom:ISC') -depends=('gtkmm' 'boost' 'libxtst' 'dbus-glib' 'xorg-server') -makedepends=('inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man') +depends=('gtkmm' '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') |