summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReik Keutterling2021-04-22 15:13:24 +0200
committerReik Keutterling2021-04-22 15:13:24 +0200
commit547f3d095ae1d27271edbdd3f41415f4260ba4ab (patch)
tree14ce68743e9ec9fb9285ccdce49bc40788b3563f
parentf3063dee85eb979c66daaccd409947e395474cab (diff)
downloadaur-547f3d095ae1d27271edbdd3f41415f4260ba4ab.tar.gz
new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38b86149f8fe..b14d1466f006 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-fusuma-plugin-wmctrl
pkgdesc = Window Manager plugin for Fusuma
- pkgver = 0.4.1
+ pkgver = 0.4.3
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-0.4.1.gem
+ noextract = fusuma-plugin-wmctrl-0.4.3.gem
options = !emptydirs
- source = https://rubygems.org/downloads/fusuma-plugin-wmctrl-0.4.1.gem
+ source = https://rubygems.org/downloads/fusuma-plugin-wmctrl-0.4.3.gem
sha1sums = 5cb17eb8bea8ffb3336b90ebc70cc85708e310a3
pkgname = ruby-fusuma-plugin-wmctrl
diff --git a/PKGBUILD b/PKGBUILD
index e437e3bc39a6..da7ef9c6913b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=fusuma-plugin-wmctrl
pkgname=ruby-$_gemname
-pkgver=0.4.1
+pkgver=0.4.3
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=('5cb17eb8bea8ffb3336b90ebc70cc85708e310a3')
+sha1sums=('6298bc97017d343e22cbf920d88dace9a24212ed')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"