summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorliupold2020-08-12 09:42:16 +0530
committerliupold2020-08-12 09:42:16 +0530
commitc6d487ccee1f8b0eb73c4e14794a0d22bba46e3e (patch)
tree13bac2fc4bd9e493065ca12bab5e93e8fb6f46bb /PKGBUILD
parent84f5919bff96cac7b3adade0d9b4bb87cce491b8 (diff)
downloadaur-pidswallow-dev-git.tar.gz
added missing dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e0db7847652..b51cde259ec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
# Maintainer: liupold <rohhnch@protonmail.ch>
pkgname=pidswallow-dev-git
-pkgrel=7
+pkgrel=8
pkgver=2.0.d # dev
pkgdesc="A script to swallow your terminal automatically"
arch=(x86_64)
url="https://github.com/Liupold/pidswallow/tree/dev"
license=('APACHE')
-depends=(xdotool)
+depends=(xdo xorg-xprop xorg-xev xorg-xwininfo sh)
makedepends=(git)
checkdepends=(shellcheck)
+optdepends=('xdotool: Workspace/Desktop Management')
provides=(pidswallow)
conflicts=(pidswallow)