summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Simatic2020-12-09 10:44:16 +0100
committerThomas Simatic2020-12-09 10:45:02 +0100
commit758a66b3a5aa233c67049752ce82e19b40c1ae2a (patch)
tree862b5fcc0c3974757ce40099a5c994398845e79d /PKGBUILD
parentbd90a95573f294b79bf28c405fa6ee5812074972 (diff)
downloadaur-758a66b3a5aa233c67049752ce82e19b40c1ae2a.tar.gz
added wmctrl dependency, fixing toggling
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")