summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')