summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')