summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Beardslee2020-02-12 14:03:51 +1300
committerJamie Beardslee2020-02-12 14:03:51 +1300
commit666d91f5f6195821981f87b7df8fd3815671b44a (patch)
treee20968ad2956e2b09a49fa2cfe4b98d92216a8bb
parentdbe9ab2c52bb33cf833bf2230586e6fff9b74fa5 (diff)
downloadaur-666d91f5f6195821981f87b7df8fd3815671b44a.tar.gz
added python-pydbus to dependencies, updated pkgrel
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5519ce6fe640..b5ec472fb099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname="emacs-eaf"
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
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')
+depends=('emacs' 'python-dbus' 'python-xlib' 'python-qtpy' 'python-pyqtwebengine' 'python-qrcode' 'python-feedparser' 'python-pymupdf' 'python-grip' 'python-pydbus')
makedepends=('git')
provides=('emacs-eaf')
conflicts=('emacs-eaf')