summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGobinath Loganathan2019-01-21 22:05:34 -0500
committerGobinath Loganathan2019-01-21 22:05:34 -0500
commit26dcf23535c3a8c9925dcb5cec600aaacda97b13 (patch)
tree99963c3a42c17c19fd4ab3ec81f347bc3aa26958 /PKGBUILD
parent5a628ab63e16bf70c821c7508bdf4bc6d2d2a416 (diff)
downloadaur-26dcf23535c3a8c9925dcb5cec600aaacda97b13.tar.gz
Relase 2.0.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b98aadb702e0..eb65bf3e05ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
-pkgver=2.0.7
+pkgver=2.0.8
pkgrel=1
pkgdesc="A Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI)."
arch=("any")
@@ -16,10 +16,10 @@ depends=("alsa-utils"
"python-psutil"
"python-xlib"
"xorg-xprop")
-makedepends=("python-setuptools")
+makedepends=("python-setuptools" "python-pip")
optdepends=("xprintidle: better idle timer")
source=(safeeyes-$pkgver.tar.gz::"https://github.com/slgobinath/SafeEyes/archive/v$pkgver.tar.gz")
-sha1sums=('9199045ba7b1e95d73af4645b2df9e80c8be1c6b')
+sha1sums=('2089670bc0450b897c1ebc23a45fb5dcf4fce9b8')
package() {
cd "$srcdir/SafeEyes-$pkgver"