summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4522bfb803b..48e8d9fd2156 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = i3-scratchpad-git
pkgdesc = The Swiss Army Knife of floating i3 windows
- pkgver = 7
- pkgrel = 1
+ pkgver = 9
+ pkgrel = 2
arch = any
license = Unlicense
depends = i3-wm
+ depends = wmctrl
depends = bash
optdepends = rxvt-unicode: for terminal programs support
source = git+https://gitlab.com/aquator/i3-scratchpad.git
diff --git a/PKGBUILD b/PKGBUILD
index d2c443ab8648..204bf87c87dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Thomas Simatic <thomas.sim@mailo.com>
pkgname="i3-scratchpad-git"
-pkgver=7
-pkgrel=1
+pkgver=9
+pkgrel=2
pkgdesc="The Swiss Army Knife of floating i3 windows"
arch=(any)
license=('Unlicense')
-depends=(i3-wm bash)
+depends=(i3-wm wmctrl bash)
optdepends=('rxvt-unicode: for terminal programs support')
source=("git+https://gitlab.com/aquator/i3-scratchpad.git")