summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-09-11 02:00:37 +0500
committerDmitry Kharitonov2016-09-11 02:00:37 +0500
commit59c2ca4bdc00f6d2f113bff9df7c84a06c21d8f5 (patch)
tree5bda3eeb4f5f1b2ca7ebcf23557de34eac11443c /PKGBUILD
parentd7f3116dca46d9b63f7b2fb3c1e6b56713bf2167 (diff)
downloadaur-59c2ca4bdc00f6d2f113bff9df7c84a06c21d8f5.tar.gz
Added python-six to deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf9fa3c0ca64..ec94a57d1caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Dave Blair <mail@dave-blair.de>
pkgname=autokey-py3
pkgver=0.93.6
-pkgrel=1
+pkgrel=2
pkgdesc="Python 3 port of AutoKey, a desktop automation utility for Linux and X11 with new features."
url="https://github.com/guoci/autokey-py3"
depends=('python' 'wmctrl' 'hicolor-icon-theme' 'python-dbus' 'python-pyinotify' \
- 'zenity' 'xautomation' 'imagemagick' 'xorg-xwd' 'python-xlib')
+ 'zenity' 'xautomation' 'imagemagick' 'xorg-xwd' 'python-xlib' 'python-six')
optdepends=('python-gobject: for GTK GUI'
'gtksourceview3: for GTK GUI'
'libnotify: for GTK GUI'