summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGobinath2017-11-13 18:03:48 -0500
committerGobinath2017-11-13 18:03:48 -0500
commit4ae98a8e92083e0dad5481fbfeacfcfdd8c5c3ff (patch)
treee46bc0279bbda91eaa6a739336f812518b0ff432
parentf02c9978532c79230ea3a7a81fdae9bc74635b5f (diff)
downloadaur-4ae98a8e92083e0dad5481fbfeacfcfdd8c5c3ff.tar.gz
Add python-gobject dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f0608143704..6f368995cd05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = safeeyes
- pkgdesc = A Linux alternative for EyeLeo
+ pkgdesc = A Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI).
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/slgobinath/SafeEyes
arch = any
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = safeeyes
depends = python-psutil
depends = python-babel
depends = python-dbus
+ depends = python-gobject
depends = alsa-utils
depends = xorg-xprop
depends = xprintidle
diff --git a/PKGBUILD b/PKGBUILD
index 1a24d27bd3c0..a0582eb41e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
pkgver=2.0.0
-pkgrel=1
-pkgdesc="A Linux alternative for EyeLeo"
+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"
license=("GPL3")
@@ -13,6 +13,7 @@ depends=("python"
"python-psutil"
"python-babel"
"python-dbus"
+ "python-gobject"
"alsa-utils"
"xorg-xprop"
"xprintidle")