summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-03-26 16:20:19 +0100
committerhaawda2020-03-26 16:20:19 +0100
commitadfc1d48fa8be5239c9467825e1bbdf8ec5d507b (patch)
tree39f778ed62921328e3ee8afcb173df1b0cf9bad1 /PKGBUILD
parent399d458d711cb6196ee012fbd3a6be0addcbb796 (diff)
downloadaur-emacs-lsp-mode.tar.gz
add emacs-f as dependancy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1887ab08535d..b779de108a72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ _gitrepo="lsp-mode"
pkgname=emacs-lsp-mode
pkgver=6.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Emacs client/library for the Language Server Protocol"
url="https://github.com/${_gituser}/${_gitrepo}"
arch=('any')
license=('GPL3')
-depends=('emacs-ht')
+depends=('emacs-ht' 'emacs-f')
makedepends=('cask')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_gituser}/${_gitrepo}/archive/$pkgver.tar.gz")
sha256sums=('3a677d002b71663fa10cfe761b737d854fd0276e81df68550d6d7eb413d9399d')