summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGobinath Loganathan2021-02-13 19:31:28 -0500
committerGobinath Loganathan2021-02-13 19:31:28 -0500
commite8cea62b70e4f32d161fb2792aedc459e4647e34 (patch)
tree1c6b79d35f63cc2323b631a908b5a811596785b5
parent6724f365bd093b48c58f2528fca32b87eac1fa57 (diff)
downloadaur-e8cea62b70e4f32d161fb2792aedc459e4647e34.tar.gz
Release 2.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f75e05e78047..b15447e1b175 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.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://github.com/slgobinath/SafeEyes
arch = any
@@ -19,8 +19,8 @@ pkgbase = safeeyes
depends = xorg-xprop
optdepends = xprintidle: for Smart Pause plugin
optdepends = python-croniter: for Health Stats plugin
- source = safeeyes-2.1.1.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.1.1.tar.gz
- sha1sums = d4113deaad60849edecd988da72a5109fc00bc06
+ source = safeeyes-2.1.2.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.1.2.tar.gz
+ sha1sums = 36be12401305ed29943a92dd546895cf29a4231b
pkgname = safeeyes
diff --git a/PKGBUILD b/PKGBUILD
index 33da7ab7bd7d..d12b1c076111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc="A Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI)."
arch=("any")
@@ -19,7 +19,7 @@ depends=("alsa-utils"
makedepends=("python-setuptools" "python-pip")
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=('d4113deaad60849edecd988da72a5109fc00bc06')
+sha1sums=('36be12401305ed29943a92dd546895cf29a4231b')
package() {
cd "$srcdir/SafeEyes-$pkgver"