summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGobinath2018-02-09 10:12:45 -0500
committerGobinath2018-02-09 10:12:45 -0500
commit56bf8d27be0844a9d68f967fd81949cea4d2ad40 (patch)
tree1bf2db211be9bf3eb97f529cfc85dead9530dfd9
parent5c354278d5f09700d543c4c01d414279cb961562 (diff)
downloadaur-56bf8d27be0844a9d68f967fd81949cea4d2ad40.tar.gz
Release v2.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb248faea11d..9348212ad3cb 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.0.3
+ pkgver = 2.0.4
pkgrel = 1
url = https://github.com/slgobinath/SafeEyes
arch = any
@@ -17,8 +17,8 @@ pkgbase = safeeyes
depends = python-xlib
depends = xorg-xprop
optdepends = xprintidle: better idle timer
- source = safeeyes-2.0.3.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.0.3.tar.gz
- sha1sums = ad4a3fc00290a9a283cef51cf17b788bd9cc9b19
+ source = safeeyes-2.0.4.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.0.4.tar.gz
+ sha1sums = 4e6cc3167fe9f1b50d01c475c20d3e7c65c9ccd8
pkgname = safeeyes
diff --git a/PKGBUILD b/PKGBUILD
index a62b915b7356..e94cb941518d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
-pkgver=2.0.3
+pkgver=2.0.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 +19,7 @@ depends=("alsa-utils"
makedepends=("python-setuptools")
optdepends=("xprintidle: better idle timer")
source=(safeeyes-$pkgver.tar.gz::"https://github.com/slgobinath/SafeEyes/archive/v$pkgver.tar.gz")
-sha1sums=('ad4a3fc00290a9a283cef51cf17b788bd9cc9b19')
+sha1sums=('4e6cc3167fe9f1b50d01c475c20d3e7c65c9ccd8')
package() {
cd "$srcdir/SafeEyes-$pkgver"