summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-10-21 05:33:26 +0200
committerhaawda2019-10-21 05:33:26 +0200
commit7ce578787ba883cfb3195811ade05a414289ed19 (patch)
treeceaaed57528eedd18d96124a4a0e61b971520d0c
parenta834b110dd738e7b8252b850080cc52107c49bfa (diff)
downloadaur-7ce578787ba883cfb3195811ade05a414289ed19.tar.gz
use cask for building
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a75186a9c1d..83c8a6eb8d85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = emacs-lsp-mode-git
pkgdesc = Emacs client/library for the Language Server Protocol
- pkgver = 6.0.r162.gbb0ab76
+ pkgver = 6.1.r140.g951766b
pkgrel = 1
url = https://github.com/emacs-lsp/lsp-mode
arch = any
license = GPL3
makedepends = git
+ makedepends = cask
depends = emacs
depends = emacs-ht
provides = emacs-lsp-mode
diff --git a/PKGBUILD b/PKGBUILD
index 43da7352551c..a7f56eae50f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ _gituser="emacs-lsp"
_gitrepo="lsp-mode"
pkgname=emacs-lsp-mode-git
-pkgver=6.0.r162.gbb0ab76
+pkgver=6.1.r140.g951766b
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')
-makedepends=('git')
+makedepends=('git' 'cask')
provides=('emacs-lsp-mode')
conflicts=('emacs-lsp-mode')
source=("git+https://github.com/${_gituser}/${_gitrepo}.git")
@@ -25,7 +25,7 @@ pkgver() {
build() {
cd "$_gitrepo"
- emacs -q --no-splash -batch -L . -f batch-byte-compile *.el
+ cask build
}
package() {