summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79b150c928a9..fc98ac73180f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=fusuma
pkgname=ruby-$_gemname
-pkgver=2.3.0
+pkgver=2.4.1
pkgrel=1
pkgdesc="Fusuma is multitouch gesture recognizer."
arch=(any)
@@ -19,7 +19,7 @@ optdepends=('xdotool: Used to send shortcuts on Xorg'
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('7adaed624da8ab93e56612dfe73540c5e6c956a2')
+sha1sums=('29e7cbab28c2d0bb11f705ba8dfebdb9c921442d')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"