summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingde (Matthew) Zeng2021-04-17 02:31:38 -0400
committerMingde (Matthew) Zeng2021-04-17 02:31:38 -0400
commit17771702170c4f48c4c1c46639cc9dda10942329 (patch)
treed92f937deba49241fb8df20e46e7e93f50f744b0
parentd35c7eb1fb2898db16e52d93ebeaca666a0bd401 (diff)
downloadaur-17771702170c4f48c4c1c46639cc9dda10942329.tar.gz
Remove xdotool
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c834fdf26cb7..0429298e6bcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-application-framework-git
pkgdesc = EAF extends GNU Emacs to an entire universe of powerful GUI applications.
- pkgver = r1836.0314c06
+ pkgver = r1908.b21efed
pkgrel = 1
url = https://github.com/manateelazycat/emacs-application-framework
arch = any
@@ -12,7 +12,6 @@ pkgbase = emacs-application-framework-git
depends = python-pyqt5-sip
depends = python-pyqtwebengine
depends = wmctrl
- depends = xdotool
depends = nodejs
optdepends = python-pymupdf: EAF PDF Viewer support
optdepends = python-qrcode: EAF File Sender/File Receiver/Airshare support
diff --git a/PKGBUILD b/PKGBUILD
index ccb6acdf9e02..e2e0108f08cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>, Mingde (Matthew) Zeng <matthewzmd@posteo.net>
pkgname=emacs-application-framework-git
-pkgver=r1836.0314c06
+pkgver=r1908.b21efed
pkgrel=1
pkgdesc="EAF extends GNU Emacs to an entire universe of powerful GUI applications."
arch=('any')
url="https://github.com/manateelazycat/emacs-application-framework"
license=('GPL3')
-depends=('emacs' 'python-epc' 'python-pyqt5' 'python-pyqt5-sip' 'python-pyqtwebengine' 'wmctrl' 'xdotool' 'nodejs')
+depends=('emacs' 'python-epc' 'python-pyqt5' 'python-pyqt5-sip' 'python-pyqtwebengine' 'wmctrl' 'nodejs')
optdepends=('python-pymupdf: EAF PDF Viewer support'
'python-qrcode: EAF File Sender/File Receiver/Airshare support'
'libreoffice: EAF Doc Viewer support'