summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Whitt2017-06-19 14:12:14 -0400
committerAlex Whitt2017-06-19 14:12:14 -0400
commita8fe1ef951192b83df8fc6e5e803d219d6dd7d4d (patch)
treeb268875a55e52a69b16fb44d5f5ff7caec5b88ce
parent0db1bf74e3188993055c9e419cef309fc0b22c49 (diff)
downloadaur-a8fe1ef951192b83df8fc6e5e803d219d6dd7d4d.tar.gz
Adding emacs-deferred as dependency. Thanks to awacha for catching that.
-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
+}