summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6364015c4529..3bfb41f47a7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 19:37:52 UTC 2017
+# Fri Apr 28 13:01:07 UTC 2017
pkgbase = emacs-epc
pkgdesc = An RPC stack for Emacs Lisp
pkgver = 0.1.1
@@ -9,6 +9,7 @@ pkgbase = emacs-epc
license = GPL3
makedepends = git
depends = emacs
+ depends = emacs-ctable
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 ba18a00ac993..296edbc7a637 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')
+depends=('emacs' 'emacs-ctable')
makedepends=('git')
provides=('emacs-epc')
source=("https://github.com/kiwanami/emacs-epc/archive/${pkgver}.tar.gz")