summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsballert2018-08-24 22:57:26 +0200
committersballert2018-08-24 22:57:26 +0200
commite7d02ee0fcaffb2eb63a97fb6bb8c060f5e86a77 (patch)
tree2bfbb656c6508da8931eb89adf4dedbbaf7269ad
parentb3b7f5753149543dd6f8b650a266ab42f6437136 (diff)
downloadaur-emacs-general.el-git.tar.gz
Add emacs as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69a33c5fe45f..25af4c985697 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = emacs-general.el-git
arch = any
license = GPL
makedepends = git
+ depends = emacs
provides = emacs-general.el
source = git+https://github.com/noctuid/general.el.git
md5sums = SKIP
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")