summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e6daf735fd2..9cd7ab630a85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = safeeyes
pkgdesc = A Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI).
- pkgver = 2.1.3
+ pkgver = 2.1.4
pkgrel = 1
url = https://github.com/slgobinath/SafeEyes
arch = any
@@ -20,8 +20,7 @@ pkgbase = safeeyes
optdepends = xprintidle: for Smart Pause plugin
optdepends = python-croniter: for Health Stats plugin
optdepends = wlrctl: for Do Not Disturb plugin in Wayland
- source = safeeyes-2.1.3.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.1.3.tar.gz
- sha1sums = aaf37038c8bdc51bb76352682309fcd471f0c49c
+ source = safeeyes-2.1.4.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.1.4.tar.gz
+ sha1sums = 8d345069c92a8feef9a4c8dc283ec0caa241d272
pkgname = safeeyes
-
diff --git a/PKGBUILD b/PKGBUILD
index 2319d9c0fee5..0d30f02f9d48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,11 @@
-# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
+# Maintainer: gobinath <slgobinath@gmail.com>
+# Maintainer: yigits <yigit@yigitsever.com>
+# Maintainer: otuva <onralpakin@gmail.com>
+# Maintainer: PopeRigby <poperigby@mailbox.org>
+# Maintainer: ilario <iochesonome@gmail.com>
+
pkgname=safeeyes
-pkgver=2.1.3
+pkgver=2.1.4
pkgrel=1
pkgdesc="A Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI)."
arch=("any")
@@ -19,7 +24,7 @@ depends=("alsa-utils"
makedepends=("python-setuptools" "python-pip")
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=('aaf37038c8bdc51bb76352682309fcd471f0c49c')
+sha1sums=('8d345069c92a8feef9a4c8dc283ec0caa241d272')
package() {
cd "$srcdir/SafeEyes-$pkgver"