summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGobinath2018-01-03 09:58:58 -0500
committerGobinath2018-01-03 09:58:58 -0500
commitf2af2ab9862939891aa48f2328946b8f64b1cede (patch)
tree9a01b89c0973ee13970bff105d5937982b9b3c10
parent4ae98a8e92083e0dad5481fbfeacfcfdd8c5c3ff (diff)
downloadaur-f2af2ab9862939891aa48f2328946b8f64b1cede.tar.gz
Release 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f368995cd05..d5f43c20979e 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.1
+ 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.1.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.0.1.tar.gz
+ sha1sums = 7a929116eba34d961f698a9576ee2276a3f8ea44
pkgname = safeeyes
diff --git a/PKGBUILD b/PKGBUILD
index a0582eb41e99..c43995078e9d 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.1
+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=('7a929116eba34d961f698a9576ee2276a3f8ea44')
package() {
cd "$srcdir/SafeEyes-$pkgver"