summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReik Keutterling2022-01-26 08:13:14 +0100
committerReik Keutterling2022-01-26 08:13:14 +0100
commitf07238af359b5727fd0eee3c8a9c4aa4d89c4968 (patch)
tree53317c2d5562c2207c0d7fa218fdfc9cf789cbe6
parent110776b3d4b3e0beddad16c34a44f722463bba95 (diff)
downloadaur-f07238af359b5727fd0eee3c8a9c4aa4d89c4968.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e3737863cdb..d8bad9281c3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-fusuma-plugin-wmctrl
pkgdesc = Window Manager plugin for Fusuma
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/iberianpig/fusuma-plugin-wmctrl
arch = any
@@ -8,9 +8,9 @@ pkgbase = ruby-fusuma-plugin-wmctrl
depends = ruby
depends = ruby-fusuma
depends = wmctrl
- noextract = fusuma-plugin-wmctrl-1.0.1.gem
+ noextract = fusuma-plugin-wmctrl-1.1.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/fusuma-plugin-wmctrl-1.0.1.gem
- sha1sums = ce8465f808dc4da84eadaa76bf54060dce13ce56
+ source = https://rubygems.org/downloads/fusuma-plugin-wmctrl-1.1.0.gem
+ sha1sums = 7995b9a9c9046b4ae808e1bb5aafe6b7fbf2d0d8
pkgname = ruby-fusuma-plugin-wmctrl
diff --git a/PKGBUILD b/PKGBUILD
index 78cf9737bf00..5b84eff530d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=fusuma-plugin-wmctrl
pkgname=ruby-$_gemname
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc="Window Manager plugin for Fusuma"
arch=(any)
@@ -12,7 +12,7 @@ depends=(ruby ruby-fusuma wmctrl)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('ce8465f808dc4da84eadaa76bf54060dce13ce56')
+sha1sums=('7995b9a9c9046b4ae808e1bb5aafe6b7fbf2d0d8')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"