summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReik Keutterling2021-10-31 21:00:16 +0100
committerReik Keutterling2021-10-31 21:00:16 +0100
commit110776b3d4b3e0beddad16c34a44f722463bba95 (patch)
tree53c27410f5192e711dd421b13d8675e5496d34d5
parent547f3d095ae1d27271edbdd3f41415f4260ba4ab (diff)
downloadaur-110776b3d4b3e0beddad16c34a44f722463bba95.tar.gz
new version
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b14d1466f006..3e3737863cdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-fusuma-plugin-wmctrl
pkgdesc = Window Manager plugin for Fusuma
- pkgver = 0.4.3
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/iberianpig/fusuma-plugin-wmctrl
arch = any
@@ -8,10 +8,9 @@ pkgbase = ruby-fusuma-plugin-wmctrl
depends = ruby
depends = ruby-fusuma
depends = wmctrl
- noextract = fusuma-plugin-wmctrl-0.4.3.gem
+ noextract = fusuma-plugin-wmctrl-1.0.1.gem
options = !emptydirs
- source = https://rubygems.org/downloads/fusuma-plugin-wmctrl-0.4.3.gem
- sha1sums = 5cb17eb8bea8ffb3336b90ebc70cc85708e310a3
+ source = https://rubygems.org/downloads/fusuma-plugin-wmctrl-1.0.1.gem
+ sha1sums = ce8465f808dc4da84eadaa76bf54060dce13ce56
pkgname = ruby-fusuma-plugin-wmctrl
-
diff --git a/PKGBUILD b/PKGBUILD
index da7ef9c6913b..78cf9737bf00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=fusuma-plugin-wmctrl
pkgname=ruby-$_gemname
-pkgver=0.4.3
+pkgver=1.0.1
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=('6298bc97017d343e22cbf920d88dace9a24212ed')
+sha1sums=('ce8465f808dc4da84eadaa76bf54060dce13ce56')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"