summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGobinath2018-01-04 12:11:21 -0500
committerGobinath2018-01-04 12:11:21 -0500
commit2f096635df1a7593b1cfe92d39d68cb2ab5feb6b (patch)
treeebc3332f6a4010f6fe170e81d9aa646007cc62d1
parentf67e796651e933cbe9cfe82d6f8b21ef3e964b8f (diff)
downloadaur-2f096635df1a7593b1cfe92d39d68cb2ab5feb6b.tar.gz
Safe Eyes 2.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f368995cd05..ae3997dbd1ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = safeeyes
pkgdesc = A Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI).
- pkgver = 2.0.0
- pkgrel = 2
+ pkgver = 2.0.2
+ pkgrel = 1
url = https://github.com/slgobinath/SafeEyes
arch = any
license = GPL3
@@ -16,8 +16,8 @@ pkgbase = safeeyes
depends = alsa-utils
depends = xorg-xprop
depends = xprintidle
- source = safeeyes-2.0.0.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.0.0.tar.gz
- sha1sums = 3e5e0d848ca70a16c0534861d75ed63afdf4f6f7
+ source = safeeyes-2.0.2.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.0.2.tar.gz
+ sha1sums = 82ff927122ba39d1060f3bcd85d3bc06f5d082c7
pkgname = safeeyes
diff --git a/PKGBUILD b/PKGBUILD
index a0582eb41e99..cc2087732218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc="A Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI)."
arch=("any")
url="https://github.com/slgobinath/SafeEyes"
@@ -18,7 +18,7 @@ depends=("python"
"xorg-xprop"
"xprintidle")
source=(safeeyes-$pkgver.tar.gz::"https://github.com/slgobinath/SafeEyes/archive/v$pkgver.tar.gz")
-sha1sums=('3e5e0d848ca70a16c0534861d75ed63afdf4f6f7')
+sha1sums=('82ff927122ba39d1060f3bcd85d3bc06f5d082c7')
package() {
cd "$srcdir/SafeEyes-$pkgver"