summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 517f866b394a..2ba5f1744f9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="An RPC stack for Emacs Lisp"
url="https://github.com/kiwanami/emacs-epc"
arch=('any')
license=('GPL3')
-depends=('emacs' 'emacs-ctable' 'python-epc')
+depends=('emacs' 'emacs-ctable' 'python-epc' 'emacs-deferred')
makedepends=('git')
provides=('emacs-epc')
source=("https://github.com/kiwanami/emacs-epc/archive/${pkgver}.tar.gz")
@@ -22,4 +22,4 @@ package() {
cd "${srcdir}/emacs-epc-${pkgver}"
install -d "${pkgdir}/usr/share/emacs/site-lisp/epc"
install -m644 epc*.el{c,} "${pkgdir}/usr/share/emacs/site-lisp/epc/"
-} \ No newline at end of file
+}