summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2018-08-08 20:09:33 +0500
committerDmitry Kharitonov2018-08-08 20:09:33 +0500
commit18ee40ee6c59a5ddab52d18131039870669bf536 (patch)
tree71508e18fa96b64e9b9e10c57aeacdf6a69e147d
parent088217312ea3573f31cb71be10cd40fa1ccff33a (diff)
downloadaur-18ee40ee6c59a5ddab52d18131039870669bf536.tar.gz
Updated the upstream url; added kdialog optdep for Qt
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c350c5addb92..6d858ef0579c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = autokey-py3
pkgdesc = Python 3 port of AutoKey, a desktop automation utility for Linux and X11 with new features.
pkgver = 0.95.2
- pkgrel = 3
- url = https://github.com/guoci/autokey-py3
+ pkgrel = 4
+ url = https://github.com/autokey/autokey
arch = any
license = GPL3
makedepends = python-setuptools
@@ -23,9 +23,10 @@ pkgbase = autokey-py3
depends = libappindicator-gtk3
depends = gtk-update-icon-cache
depends = python-atspi-git
- optdepends = qt-at-spi: to work with KDE/Qt applications
+ optdepends = kdialog: for Qt interface
optdepends = python-pyqt5: for Qt interface
optdepends = python-qscintilla-qt5: for Qt interface
+ optdepends = qt-at-spi: to work with KDE/Qt applications
conflicts = autokey
conflicts = autokey-gtk
conflicts = autokey-data
diff --git a/PKGBUILD b/PKGBUILD
index efe1d7ae339d..7e7dc1ea5b87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
# Contributor: Dave Blair <mail@dave-blair.de>
+
pkgname=autokey-py3
pkgver=0.95.2
-pkgrel=3
+pkgrel=4
pkgdesc="Python 3 port of AutoKey, a desktop automation utility for Linux and X11 with new features."
-url="https://github.com/guoci/autokey-py3"
+url="https://github.com/autokey/autokey"
depends=('python' 'wmctrl' 'hicolor-icon-theme' 'python-dbus' 'python-pyinotify'
'zenity' 'xautomation' 'imagemagick' 'xorg-xwd' 'python-xlib' 'python-six'
'python-gobject' 'gtksourceview3' 'libnotify' 'libappindicator-gtk3'
'gtk-update-icon-cache' 'python-atspi-git')
makedepends=('python-setuptools')
-optdepends=('qt-at-spi: to work with KDE/Qt applications'
+optdepends=('kdialog: for Qt interface'
'python-pyqt5: for Qt interface'
- 'python-qscintilla-qt5: for Qt interface')
+ 'python-qscintilla-qt5: for Qt interface'
+ 'qt-at-spi: to work with KDE/Qt applications')
conflicts=('autokey' 'autokey-gtk' 'autokey-data')
license=('GPL3')
arch=('any')