summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Whitt2017-04-28 09:01:21 -0400
committerAlex Whitt2017-04-28 09:01:21 -0400
commit6d06d9b192e475835bd9d143b6fb82ae9e816b9a (patch)
treea9a033751f574bb8e875fba88c9723c81f1127a6
parent82c9440309396bc11b8469c90a7c018fef327d67 (diff)
downloadaur-6d06d9b192e475835bd9d143b6fb82ae9e816b9a.tar.gz
Adding ctable dependency
-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")