summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingde (Matthew) Zeng2021-02-02 00:33:43 -0500
committerMingde (Matthew) Zeng2021-02-02 00:33:43 -0500
commitabe490d26c22d9733fb0fb2237923a4271e144ac (patch)
treee39417312a00a8c3302814749bc631f8059fdd68
parent407ba0bf4f361c828fc39042f64aed2a320e6ab3 (diff)
downloadaur-emacs-eaf.tar.gz
Update epc and retrying
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 660b894532f1..da2f69e91b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = emacs-eaf
pkgdesc = EAF is a GUI application framework that revolutionizes Emacs graphical capabilities to ultimately Live in Emacs.
pkgver = 2.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/manateelazycat/emacs-application-framework
arch = x86_64
license = GPL3
makedepends = git
depends = emacs
+ depends = python-epc
depends = python-pyqt5
depends = python-pyqt5-sip
depends = python-pyqtwebengine
@@ -18,6 +19,7 @@ pkgbase = emacs-eaf
optdepends = libreoffice: EAF Doc Viewer support
optdepends = filebrowser-bin: EAF File Browser support
optdepends = python-qtconsole: EAF Jupyter support
+ optdepends = python-retrying: EAF Markdown Previewer support
provides = emacs-eaf
conflicts = emacs-eaf
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 1c3fbda571e8..e733f35977ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
pkgname="emacs-eaf"
pkgver=2.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="EAF is a GUI application framework that revolutionizes Emacs graphical capabilities to ultimately Live in Emacs."
arch=('x86_64')
url="https://github.com/manateelazycat/emacs-application-framework"
license=('GPL3')
-depends=('emacs' 'python-pyqt5' 'python-pyqt5-sip' 'python-pyqtwebengine' 'wmctrl' 'xdotool' 'nodejs')
+depends=('emacs' 'python-epc' 'python-pyqt5' 'python-pyqt5-sip' 'python-pyqtwebengine' 'wmctrl' 'xdotool' 'nodejs')
optdepends=('python-pymupdf: EAF PDF Viewer support'
'python-qrcode: EAF File Sender/File Receiver/Airshare support'
'libreoffice: EAF Doc Viewer support'
'filebrowser-bin: EAF File Browser support'
- 'python-qtconsole: EAF Jupyter support')
+ 'python-qtconsole: EAF Jupyter support'
+ 'python-retrying: EAF Markdown Previewer support')
makedepends=('git')
provides=('emacs-eaf')
conflicts=('emacs-eaf')