summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOnur Alp Akin2023-02-11 13:55:36 +0300
committerOnur Alp Akin2023-02-11 13:55:36 +0300
commitcad3d5408d40ca51719a8718a2b1c8acc980a363 (patch)
treef423089c955d93e741e39dcd2eb55198d00608e0
parentc7ea2583bb12d5682591bb1fb64140eff15dcf77 (diff)
downloadaur-cad3d5408d40ca51719a8718a2b1c8acc980a363.tar.gz
upgpkg: safeeyes 2.1.5-1
upstream release Release 2.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cd7ab630a85..af321115d0f2 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.4
+ pkgver = 2.1.5
pkgrel = 1
url = https://github.com/slgobinath/SafeEyes
arch = any
@@ -20,7 +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.4.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.1.4.tar.gz
- sha1sums = 8d345069c92a8feef9a4c8dc283ec0caa241d272
+ source = safeeyes-2.1.5.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.1.5.tar.gz
+ sha1sums = df7cb66a7f41d32db02bf80afb2806b794cce3c5
pkgname = safeeyes
diff --git a/PKGBUILD b/PKGBUILD
index 0d30f02f9d48..2a4fec086114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: ilario <iochesonome@gmail.com>
pkgname=safeeyes
-pkgver=2.1.4
+pkgver=2.1.5
pkgrel=1
pkgdesc="A Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI)."
arch=("any")
@@ -24,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=('8d345069c92a8feef9a4c8dc283ec0caa241d272')
+sha1sums=('df7cb66a7f41d32db02bf80afb2806b794cce3c5')
package() {
cd "$srcdir/SafeEyes-$pkgver"