summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReik Keutterling2021-05-25 10:48:34 +0200
committerReik Keutterling2021-05-25 10:48:34 +0200
commit972e2766c6880fe82dc1c241ccfcb68c9598c0d8 (patch)
tree1c6823a2887ddf99fd6aca569c916a0e5115b953
parentb3028fc132363981c6fc346768eeeaecc2f2e5b0 (diff)
downloadaur-972e2766c6880fe82dc1c241ccfcb68c9598c0d8.tar.gz
release 0.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b5f63972053..c9a73a0f28a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-fusuma-plugin-appmatcher
pkgdesc = Fusuma plugin configure app-specific gestures
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/iberianpig/fusuma-plugin-appmatcher
arch = any
@@ -9,10 +9,10 @@ pkgbase = ruby-fusuma-plugin-appmatcher
depends = ruby-fusuma
depends = ruby-dbus
depends = ruby-rexml
- noextract = fusuma-plugin-appmatcher-0.1.2.gem
+ noextract = fusuma-plugin-appmatcher-0.1.3.gem
options = !emptydirs
- source = https://rubygems.org/downloads/fusuma-plugin-appmatcher-0.1.2.gem
- sha1sums = 55d6953060b43681efdeba5776578fc3575da69f
+ source = https://rubygems.org/downloads/fusuma-plugin-appmatcher-0.1.3.gem
+ sha1sums = 7cf030e0f61fde2ca053512677fdf3a570d57aaa
pkgname = ruby-fusuma-plugin-appmatcher
diff --git a/PKGBUILD b/PKGBUILD
index d70f6e3ef9c3..784e2eb4137f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=fusuma-plugin-appmatcher
pkgname=ruby-$_gemname
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="Fusuma plugin configure app-specific gestures"
arch=(any)
@@ -12,7 +12,7 @@ depends=(ruby ruby-fusuma ruby-dbus ruby-rexml)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('733727a519188fd2d514fb7c952a4e70e8be8203')
+sha1sums=('7cf030e0f61fde2ca053512677fdf3a570d57aaa')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"