summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2017-08-09 16:52:25 +0200
committerÉtienne Deparis2017-08-09 16:52:25 +0200
commit5c7d35fb6d284b3dac425871410dad109aa55664 (patch)
tree7dba05cc1a7e6c8d744575eb985d24f7f545c899
parent7bf65cb2ec46f8ccc3f814accb0cf1ca7a70cae3 (diff)
downloadaur-5c7d35fb6d284b3dac425871410dad109aa55664.tar.gz
Add emacs as a make dependancy
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ffdd8c52583..46eabc442447 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by makepkg 5.0.2
-# Wed Aug 2 21:26:49 UTC 2017
+# Wed Aug 9 14:51:47 UTC 2017
pkgbase = carp
pkgdesc = EncFS gui and cli front-end
pkgver = 0.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://projects.deparis.io/projects/carp
arch = any
license = WTFPL
makedepends = python-setuptools
+ makedepends = emacs
depends = python-xdg
depends = python-gobject
depends = encfs
diff --git a/PKGBUILD b/PKGBUILD
index 6a4dc07b6973..bf59125a0285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=carp
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="EncFS gui and cli front-end"
arch=("any")
url="https://projects.deparis.io/projects/carp"
@@ -9,7 +9,7 @@ license=("WTFPL")
depends=("python-xdg" "python-gobject" "encfs")
optdepends=("openssh: sync support"
"rsync: sync support")
-makedepends=("python-setuptools")
+makedepends=("python-setuptools" "emacs")
source=("https://git.deparis.io/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
sha256sums=('5564610f4c4158cc1ba63d6b2413d9d6a2a259112eed9ecb83ba711c89902399')