summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYamakaky2016-10-31 21:51:38 -0400
committerYamakaky2016-10-31 21:51:38 -0400
commit2b426213becc89a86f814adf2814493c2a8a7057 (patch)
tree84e54d816dfc6d0b7167c8247f68cda6bd2f2f24 /PKGBUILD
parenta3cc8656fb94b7b4e141c56bf55f498561e147cc (diff)
downloadaur-2b426213becc89a86f814adf2814493c2a8a7057.tar.gz
add python2-dbus
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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")