summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGobinath2018-01-03 11:03:15 -0500
committerGobinath2018-01-03 11:03:15 -0500
commitf67e796651e933cbe9cfe82d6f8b21ef3e964b8f (patch)
treee46bc0279bbda91eaa6a739336f812518b0ff432
parentf2af2ab9862939891aa48f2328946b8f64b1cede (diff)
downloadaur-f67e796651e933cbe9cfe82d6f8b21ef3e964b8f.tar.gz
Revert to 2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5f43c20979e..6f368995cd05 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.1
- pkgrel = 1
+ pkgver = 2.0.0
+ pkgrel = 2
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.1.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.0.1.tar.gz
- sha1sums = 7a929116eba34d961f698a9576ee2276a3f8ea44
+ source = safeeyes-2.0.0.tar.gz::https://github.com/slgobinath/SafeEyes/archive/v2.0.0.tar.gz
+ sha1sums = 3e5e0d848ca70a16c0534861d75ed63afdf4f6f7
pkgname = safeeyes
diff --git a/PKGBUILD b/PKGBUILD
index c43995078e9d..a0582eb41e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
-pkgver=2.0.1
-pkgrel=1
+pkgver=2.0.0
+pkgrel=2
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=('7a929116eba34d961f698a9576ee2276a3f8ea44')
+sha1sums=('3e5e0d848ca70a16c0534861d75ed63afdf4f6f7')
package() {
cd "$srcdir/SafeEyes-$pkgver"