summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82e8532b8a86..22224c2da897 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Apr 28 13:30:06 UTC 2017
+# Mon Jun 19 18:11:17 UTC 2017
pkgbase = emacs-epc
pkgdesc = An RPC stack for Emacs Lisp
pkgver = 0.1.1
@@ -11,6 +11,7 @@ pkgbase = emacs-epc
depends = emacs
depends = emacs-ctable
depends = python-epc
+ depends = emacs-deferred
provides = emacs-epc
source = https://github.com/kiwanami/emacs-epc/archive/0.1.1.tar.gz
sha256sums = SKIP
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
+}