summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2018-08-08 17:55:56 +0500
committerDmitry Kharitonov2018-08-08 17:55:56 +0500
commit088217312ea3573f31cb71be10cd40fa1ccff33a (patch)
tree7e6c2744a455d7c9b73fd55f5c2e4e3b569b43f3
parent7cf571cafa4b5eb41cbb005b58ab9566a522cd09 (diff)
downloadaur-088217312ea3573f31cb71be10cd40fa1ccff33a.tar.gz
Moved python-atspi-git to deps temporarily
python-atspi will return to optdeps when it will be fixed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3dbea42f4c8..c350c5addb92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 2
+ pkgrel = 3
url = https://github.com/guoci/autokey-py3
arch = any
license = GPL3
@@ -22,13 +22,13 @@ pkgbase = autokey-py3
depends = libnotify
depends = libappindicator-gtk3
depends = gtk-update-icon-cache
+ depends = python-atspi-git
optdepends = qt-at-spi: to work with KDE/Qt applications
optdepends = python-pyqt5: for Qt interface
optdepends = python-qscintilla-qt5: for Qt interface
conflicts = autokey
conflicts = autokey-gtk
conflicts = autokey-data
- conflicts = python-atspi
source = autokey-py3-0.95.2.tar.gz::https://github.com/autokey-py3/autokey/archive/v0.95.2.tar.gz
source = requires.patch
sha256sums = 2354d0ea45b6d4dafdb9da9b9d046e204616f2612c8c21ac36550e88f362b499
diff --git a/PKGBUILD b/PKGBUILD
index e70c1c7d03d0..efe1d7ae339d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Dave Blair <mail@dave-blair.de>
pkgname=autokey-py3
pkgver=0.95.2
-pkgrel=2
+pkgrel=3
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' 'python-six'
'python-gobject' 'gtksourceview3' 'libnotify' 'libappindicator-gtk3'
- 'gtk-update-icon-cache')
+ 'gtk-update-icon-cache' 'python-atspi-git')
makedepends=('python-setuptools')
optdepends=('qt-at-spi: to work with KDE/Qt applications'
'python-pyqt5: for Qt interface'
'python-qscintilla-qt5: for Qt interface')
-conflicts=('autokey' 'autokey-gtk' 'autokey-data' 'python-atspi')
+conflicts=('autokey' 'autokey-gtk' 'autokey-data')
license=('GPL3')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/autokey-py3/autokey/archive/v${pkgver}.tar.gz"