summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGobinath2017-11-13 18:03:48 -0500
committerGobinath2017-11-13 18:03:48 -0500
commit4ae98a8e92083e0dad5481fbfeacfcfdd8c5c3ff (patch)
treee46bc0279bbda91eaa6a739336f812518b0ff432 /PKGBUILD
parentf02c9978532c79230ea3a7a81fdae9bc74635b5f (diff)
downloadaur-4ae98a8e92083e0dad5481fbfeacfcfdd8c5c3ff.tar.gz
Add python-gobject dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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")