summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Beardslee2020-06-25 00:24:23 +1200
committerJamie Beardslee2020-06-25 00:24:23 +1200
commitb0ba27ec6c68799f88d294fef18162c6dc7deff0 (patch)
tree3a1901cd84572a50558b69ba25bb8904f32dbbf3
parentd95ed2195b22ac8ed66aef7f254cb51293656e86 (diff)
downloadaur-b0ba27ec6c68799f88d294fef18162c6dc7deff0.tar.gz
Updated dependencies
-rw-r--r--PKGBUILD16
1 files changed, 13 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5ec472fb099..18ebc838ba4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,23 @@
# Emacs Application Framework written by Andy Stewart <lazycat.manatee@gmail.com>
pkgname="emacs-eaf"
-pkgver=1.0.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc="EAF extends GNU Emacs to an entire universe of powerful GUI applications."
arch=('x86_64')
url="https://github.com/manateelazycat/emacs-application-framework"
license=('GPL3')
-depends=('emacs' 'python-dbus' 'python-xlib' 'python-qtpy' 'python-pyqtwebengine' 'python-qrcode' 'python-feedparser' 'python-pymupdf' 'python-grip' 'python-pydbus')
+depends=('emacs' 'python-dbus' 'python-pyqt5' 'python-pyqtwebengine')
+optdepends=('python-pymupdf: for pdf viewer'
+ 'python-grip: for markdown preview'
+ 'python-qrcode: for qr codes'
+ 'python-feedparser: for rss reader'
+ 'python-pyinotify: for mermaid'
+ 'python-markdown: for mermaid'
+ 'nodejs: for terminal'
+ 'aria2: for browser'
+ 'libreoffice: doc viewer'
+ 'filebrowser-bin: for file browser')
makedepends=('git')
provides=('emacs-eaf')
conflicts=('emacs-eaf')