summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Neidhardt2015-10-13 13:44:14 +0200
committerPierre Neidhardt2015-10-13 13:44:14 +0200
commitd3bb9b22126bc9cc7a7d8ef3b24bec0b89956c34 (patch)
treed8429f770cfdab5fb0230787c26ba9f13eeb0fda
parent6325b95a05003554e2a4efdc11977558f478fc9b (diff)
downloadaur-d3bb9b22126bc9cc7a7d8ef3b24bec0b89956c34.tar.gz
emacs-flex-mode: Depend on 'emacs'
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c961190f367e..e844cf4b526f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = emacs-flex-mode
arch = any
license = GPL
makedepends = emacs
- optdepends = emacs
+ depends = emacs
source = http://ftp.sunet.se/pub/gnu/emacs-lisp/incoming/flex-mode.el
sha1sums = a63c956e21a42849c1f5277dcdf1538e21846322
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")