summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2018-08-22 01:49:14 +0500
committerDmitry Kharitonov2018-08-22 01:49:14 +0500
commit5eebb1d3c6b8c8400bc9ff5f7df83df2ac12542d (patch)
treed3662b307388f271e2cc185a7aa57c1e5d0e2d4d
parentcb341d3e9abf3e10b4e3d491e3d9428f68af82ed (diff)
downloadaur-5eebb1d3c6b8c8400bc9ff5f7df83df2ac12542d.tar.gz
Changed the python-atspi optdep back to extra/, as it now includes the patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 000967d455f9..a1735bcf7e72 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.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/autokey/autokey
arch = any
license = GPL3
@@ -26,7 +26,7 @@ pkgbase = autokey-py3
optdepends = python-pyqt5: for Qt interface
optdepends = python-qscintilla-qt5: for Qt interface
optdepends = qt-at-spi: to work with KDE/Qt applications
- optdepends = python-atspi-git: temporarily required for ATSPI in Gtk interface
+ optdepends = python-atspi: for ATSPI in Gtk interface
conflicts = autokey
conflicts = autokey-gtk
conflicts = autokey-data
diff --git a/PKGBUILD b/PKGBUILD
index 337e4f9f742c..55e7acd9e74a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=autokey-py3
pkgver=0.95.3
-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/autokey/autokey"
depends=('python' 'wmctrl' 'hicolor-icon-theme' 'python-dbus' 'python-pyinotify'
@@ -15,7 +15,7 @@ optdepends=('kdialog: for Qt interface'
'python-pyqt5: for Qt interface'
'python-qscintilla-qt5: for Qt interface'
'qt-at-spi: to work with KDE/Qt applications'
- 'python-atspi-git: temporarily required for ATSPI in Gtk interface')
+ 'python-atspi: for ATSPI in Gtk interface')
conflicts=('autokey' 'autokey-gtk' 'autokey-data')
license=('GPL3')
arch=('any')