summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-03-26 16:21:07 +0100
committerhaawda2020-03-26 16:21:07 +0100
commitbbf58e9cee7c7e34f37589a35a3e99a2e61aee25 (patch)
tree3cbc03fe36a7f98496d5d4ae38339e9c97c8ec76
parent7ce578787ba883cfb3195811ade05a414289ed19 (diff)
downloadaur-bbf58e9cee7c7e34f37589a35a3e99a2e61aee25.tar.gz
add emacs-f as dependancy
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83c8a6eb8d85..b8015e00ac5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-lsp-mode-git
pkgdesc = Emacs client/library for the Language Server Protocol
- pkgver = 6.1.r140.g951766b
+ pkgver = 6.2.1.r221.g3b75d8b
pkgrel = 1
url = https://github.com/emacs-lsp/lsp-mode
arch = any
@@ -9,6 +9,7 @@ pkgbase = emacs-lsp-mode-git
makedepends = cask
depends = emacs
depends = emacs-ht
+ depends = emacs-f
provides = emacs-lsp-mode
conflicts = emacs-lsp-mode
source = git+https://github.com/emacs-lsp/lsp-mode.git
diff --git a/PKGBUILD b/PKGBUILD
index a7f56eae50f3..2d492362ea95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _gituser="emacs-lsp"
_gitrepo="lsp-mode"
pkgname=emacs-lsp-mode-git
-pkgver=6.1.r140.g951766b
+pkgver=6.2.1.r221.g3b75d8b
pkgrel=1
pkgdesc="Emacs client/library for the Language Server Protocol"
url="https://github.com/${_gituser}/${_gitrepo}"
arch=('any')
license=('GPL3')
-depends=('emacs' 'emacs-ht')
+depends=('emacs' 'emacs-ht' 'emacs-f')
makedepends=('git' 'cask')
provides=('emacs-lsp-mode')
conflicts=('emacs-lsp-mode')