summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYamakaky2016-10-26 09:01:32 -0400
committerYamakaky2016-10-26 09:01:32 -0400
commitf696d36307f504c1f43d8065121cc648cc359f80 (patch)
tree424af33cc7b2d85f192988d31eeae5df525fee9c
parenta52d70c0e58fab7d6f8a1dfe51f7a02a844615ad (diff)
downloadaur-f696d36307f504c1f43d8065121cc648cc359f80.tar.gz
Add python-gobject
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d673c181e8e..3acb1da2255c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = safeeyes
pkgdesc = A Linux alternative for EyeLeo
pkgver = 1.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/slgobinath/SafeEyes
arch = any
license = GPL3
depends = python2-xlib
+ depends = python2-gobject
depends = hicolor-icon-theme
depends = xorg-xprop
depends = libappindicator-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 993fb15608ac..8064f639d962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
pkgver=1.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="A Linux alternative for EyeLeo"
arch=("any")
url="https://github.com/slgobinath/SafeEyes"
license=("GPL3")
depends=("python2-xlib"
+ "python2-gobject"
"hicolor-icon-theme"
"xorg-xprop"
"libappindicator-gtk3")