summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOnur Alp Akin2022-12-24 19:01:25 +0300
committerOnur Alp Akin2022-12-24 19:01:25 +0300
commitc7ea2583bb12d5682591bb1fb64140eff15dcf77 (patch)
treecd7bc2347726d00a2a1d13d81596ee72486e279f
parent89cbb59eefa42b6bc6d0b26ee457c3e11a9ec72e (diff)
downloadaur-c7ea2583bb12d5682591bb1fb64140eff15dcf77.tar.gz
upgpkg: safeeyes 2.1.4-1
upstream release Release 2.1.4
-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"