summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReik Keutterling2020-04-06 10:51:46 +0200
committerReik Keutterling2020-04-06 10:51:46 +0200
commit07bf243ee6da4e1bd9e88c76999aab7f455f302b (patch)
treea00251a51ceb63969333c1c8c010df1a1677acbb
parent8011a70e34c31fbf8e010e5685fc2b15e9ee5e5a (diff)
downloadaur-07bf243ee6da4e1bd9e88c76999aab7f455f302b.tar.gz
added dependency for wmctrl
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ef560fa045a..88d4feb6bb5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = ruby-fusuma-plugin-wmctrl
pkgdesc = Window Manager plugin for Fusuma
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/iberianpig/fusuma-plugin-wmctrl
arch = any
license = MIT
depends = ruby
depends = ruby-fusuma
+ depends = wmctrl
noextract = fusuma-plugin-wmctrl-0.3.0.gem
options = !emptydirs
source = https://rubygems.org/downloads/fusuma-plugin-wmctrl-0.3.0.gem
- sha1sums = 2fb51c7f62ba1c5b8c03f0a57d945da9dc25371b
+ sha1sums = 39527623890bd11fa3a2adcc24d2ccbf7f31d8c1
pkgname = ruby-fusuma-plugin-wmctrl
diff --git a/PKGBUILD b/PKGBUILD
index 3eae690bfd98..0f8a17b404e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_gemname=fusuma-plugin-wmctrl
pkgname=ruby-$_gemname
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Window Manager plugin for Fusuma"
arch=(any)
url="https://github.com/iberianpig/fusuma-plugin-wmctrl"
license=(MIT)
-depends=(ruby ruby-fusuma)
+depends=(ruby ruby-fusuma wmctrl)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)