summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrote5k2023-06-14 09:43:54 +0500
committerkrote5k2023-06-14 09:43:54 +0500
commitfab776ba02a021cb51895beab00fec9be32ca914 (patch)
tree1a5368324abf2604dcbf3c6a737a8b04d2706843
parent6dd162da0cda223cb25f4e0b2c90e6c3b27fd453 (diff)
downloadaur-fab776ba02a021cb51895beab00fec9be32ca914.tar.gz
add optdepends swayidle
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48836e359394..1ae5f2451e1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = safeeyes-git
depends = xorg-xprop
optdepends = xprintidle: better idle timer
optdepends = python-croniter: health stats plugin
+ optdepends = swayidle: for smart pause
conflicts = safeeyes
source = git+https://github.com/slgobinath/SafeEyes.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index de05fc678e66..681a5f7f2278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,8 @@ depends=("alsa-utils"
conflicts=("safeeyes")
makedepends=("python-setuptools" "git")
optdepends=("xprintidle: better idle timer"
- "python-croniter: health stats plugin")
+ "python-croniter: health stats plugin"
+ "swayidle: for smart pause")
source=("git+https://github.com/slgobinath/SafeEyes.git")
sha1sums=('SKIP')