summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGobinath Loganathan2020-12-25 20:37:14 -0500
committerGobinath Loganathan2020-12-25 20:37:14 -0500
commit6724f365bd093b48c58f2528fca32b87eac1fa57 (patch)
treeb26331fd9cae8be04f0f7e7d8e6d1b4f3d1ea45d /PKGBUILD
parent56c75d49ca716e7dbdb8bd892f5b3d178480c132 (diff)
downloadaur-6724f365bd093b48c58f2528fca32b87eac1fa57.tar.gz
Release 2.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd82e4012c48..33da7ab7bd7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
-pkgver=2.1.0
+pkgver=2.1.1
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: better idle timer")
+optdepends=("xprintidle: for Smart Pause plugin" "python-croniter: for Health Stats plugin")
source=(safeeyes-$pkgver.tar.gz::"https://github.com/slgobinath/SafeEyes/archive/v$pkgver.tar.gz")
-sha1sums=('0613c88b75d99bdec8a091f4a7434952f07a8996')
+sha1sums=('d4113deaad60849edecd988da72a5109fc00bc06')
package() {
cd "$srcdir/SafeEyes-$pkgver"