summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGobinath Loganathan2021-04-20 08:30:59 -0400
committerGobinath Loganathan2021-04-20 08:30:59 -0400
commit89cbb59eefa42b6bc6d0b26ee457c3e11a9ec72e (patch)
tree08baf5fcc61c322c09e0999e5c841572d21f87d0 /PKGBUILD
parente8cea62b70e4f32d161fb2792aedc459e4647e34 (diff)
downloadaur-89cbb59eefa42b6bc6d0b26ee457c3e11a9ec72e.tar.gz
Release 2.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d12b1c076111..2319d9c0fee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
-pkgver=2.1.2
+pkgver=2.1.3
pkgrel=1
pkgdesc="A Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI)."
arch=("any")
@@ -17,9 +17,9 @@ depends=("alsa-utils"
"python-xlib"
"xorg-xprop")
makedepends=("python-setuptools" "python-pip")
-optdepends=("xprintidle: for Smart Pause plugin" "python-croniter: for Health Stats plugin")
+optdepends=("xprintidle: for Smart Pause plugin" "python-croniter: for Health Stats plugin" "wlrctl: for Do Not Disturb plugin in Wayland")
source=(safeeyes-$pkgver.tar.gz::"https://github.com/slgobinath/SafeEyes/archive/v$pkgver.tar.gz")
-sha1sums=('36be12401305ed29943a92dd546895cf29a4231b')
+sha1sums=('aaf37038c8bdc51bb76352682309fcd471f0c49c')
package() {
cd "$srcdir/SafeEyes-$pkgver"