summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierre Neidhardt2015-10-13 13:44:14 +0200
committerPierre Neidhardt2015-10-13 13:44:14 +0200
commitd3bb9b22126bc9cc7a7d8ef3b24bec0b89956c34 (patch)
treed8429f770cfdab5fb0230787c26ba9f13eeb0fda /PKGBUILD
parent6325b95a05003554e2a4efdc11977558f478fc9b (diff)
downloadaur-d3bb9b22126bc9cc7a7d8ef3b24bec0b89956c34.tar.gz
emacs-flex-mode: Depend on 'emacs'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e21d5d49475b..51af42b11fcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("any")
url="http://www.emacswiki.org/emacs/FlexMode"
license=("GPL")
makedepends=("emacs")
-optdepends=("emacs")
+depends=("emacs")
source=("http://ftp.sunet.se/pub/gnu/emacs-lisp/incoming/flex-mode.el")
sha1sums=("a63c956e21a42849c1f5277dcdf1538e21846322")