summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReik Keutterling2024-03-19 15:34:08 +0100
committerReik Keutterling2024-03-19 15:34:08 +0100
commitb914f67b2344f753c5d2cc4ce2c51b7164967a7d (patch)
tree871c2fbf3aaf5e6a8e367417a11dcfc2d3c6175a
parenta66f1a181427baca571cf1d725a5af2c9773577d (diff)
downloadaur-ruby-fusuma.tar.gz
new version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67340e04d6e8..9015b0dd427b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-fusuma
pkgdesc = Fusuma is multitouch gesture recognizer.
- pkgver = 3.3.0
- pkgrel = 2
+ pkgver = 3.5.0
+ pkgrel = 1
url = https://github.com/iberianpig/fusuma
arch = any
license = MIT
@@ -13,9 +13,9 @@ pkgbase = ruby-fusuma
optdepends = ruby-fusuma-plugin-appmatcher: Fusuma plugin configure app-specific gestures
optdepends = ruby-fusuma-plugin-thumbsense: Remapper from key to click only while tapping the touchpad
optdepends = ruby-fusuma-plugin-remap: Fusuma plugin for remapping keyboard events into virtual input devices
- noextract = fusuma-3.3.0.gem
+ noextract = fusuma-3.5.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/fusuma-3.3.0.gem
+ source = https://rubygems.org/downloads/fusuma-3.5.0.gem
sha1sums = 6c75bfc78b3d5cc07c196e123f8bd4a913e683a7
pkgname = ruby-fusuma
diff --git a/PKGBUILD b/PKGBUILD
index 0db021e5c839..02b932db33fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_gemname=fusuma
pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
pkgdesc="Fusuma is multitouch gesture recognizer."
arch=(any)
url="https://github.com/iberianpig/fusuma"
@@ -20,7 +20,7 @@ optdepends=('xdotool: Used to send shortcuts on Xorg'
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('6c75bfc78b3d5cc07c196e123f8bd4a913e683a7')
+sha1sums=('371985c601b6515bbc2668a0015d38c32603da39')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"