summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYamakaky2016-10-31 21:51:38 -0400
committerYamakaky2016-10-31 21:51:38 -0400
commit2b426213becc89a86f814adf2814493c2a8a7057 (patch)
tree84e54d816dfc6d0b7167c8247f68cda6bd2f2f24
parenta3cc8656fb94b7b4e141c56bf55f498561e147cc (diff)
downloadaur-2b426213becc89a86f814adf2814493c2a8a7057.tar.gz
add python2-dbus
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72f33e853df2..ffea8c771ce6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = safeeyes
pkgdesc = A Linux alternative for EyeLeo
pkgver = 1.0.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/slgobinath/SafeEyes
arch = any
license = GPL3
depends = python2-xlib
depends = python2-gobject
+ depends = python2-dbus
depends = hicolor-icon-theme
depends = xorg-xprop
depends = libappindicator-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 8ce1925984f5..1b92167f13ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Yamakaky <yamakaky@yamaworld_fr>
pkgname=safeeyes
pkgver=1.0.9
-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"
+ "python2-dbus"
"hicolor-icon-theme"
"xorg-xprop"
"libappindicator-gtk3")