summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsballert2018-08-24 22:57:26 +0200
committersballert2018-08-24 22:57:26 +0200
commite7d02ee0fcaffb2eb63a97fb6bb8c060f5e86a77 (patch)
tree2bfbb656c6508da8931eb89adf4dedbbaf7269ad /PKGBUILD
parentb3b7f5753149543dd6f8b650a266ab42f6437136 (diff)
downloadaur-e7d02ee0fcaffb2eb63a97fb6bb8c060f5e86a77.tar.gz
Add emacs as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 275017de5131..371cd86dbf9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="More convenient key definitions in emacs"
arch=('any')
url="https://github.com/noctuid/general.el"
license=('GPL')
+depends=('emacs')
makedepends=('git')
provides=('emacs-general.el')
source=("git+https://github.com/noctuid/general.el.git")