summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcassius232022-12-17 20:04:58 +0100
committercassius232022-12-17 20:13:48 +0100
commitb765a09b7d367f67372ea96df9aecf13d86307e3 (patch)
treef1adfd540c6c99da6a49825ec921a2e55bd60f9e
parent5533a1aea37557b1a6009020c0bd0cd7c19dee61 (diff)
downloadaur-b765a09b7d367f67372ea96df9aecf13d86307e3.tar.gz
Use master branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4e749134d21..1df93807857c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lunarvim-git
pkgdesc = An IDE layer for Neovim with sane defaults. Completely free and community driven.
pkgver = 1.2.0.r57.gb661efb3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/LunarVim/LunarVim
install = lunarvim-git.install
arch = any
@@ -17,7 +17,7 @@ pkgbase = lunarvim-git
depends = nodejs
depends = yarn
optdepends = ripgrep: optional dependencies for telescope.nvim
- source = lunarvim-git::git+https://github.com/LunarVim/LunarVim.git#branch=release-1.2/neovim-0.8
+ source = lunarvim-git::git+https://github.com/LunarVim/LunarVim.git#branch=master
source = git+https://github.com/nvim-treesitter/nvim-treesitter.git#branch=0.5-compat
source = init-lvim.sh
source = lvim
diff --git a/PKGBUILD b/PKGBUILD
index 29267787b521..f7b2d8a64a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lunarvim-git
pkgver=1.2.0.r57.gb661efb3
-pkgrel=1
+pkgrel=2
pkgdesc="An IDE layer for Neovim with sane defaults. Completely free and community driven."
arch=('any')
url='https://github.com/LunarVim/LunarVim'
@@ -41,7 +41,7 @@ langs=(bash beancount bibtex
verilog vim vue
yaml yang
zig)
-source=("${pkgname}::git+https://github.com/LunarVim/LunarVim.git#branch=release-1.2/neovim-0.8"
+source=("${pkgname}::git+https://github.com/LunarVim/LunarVim.git#branch=master"
"git+https://github.com/nvim-treesitter/nvim-treesitter.git#branch=0.5-compat"
"init-lvim.sh"
"lvim")
@@ -71,7 +71,7 @@ package() {
cd "${srcdir}/${pkgname}"
mkdir -p "${pkgdir}/usr/share/lunarvim"{,/ftplugin}
- cp -r {ftdetect,lua,snapshots,init.lua} "${pkgdir}/usr/share/lunarvim"
+ cp -r {lua,snapshots,init.lua} "${pkgdir}/usr/share/lunarvim"
mkdir -p "${pkgdir}/usr/share/lunarvim/prebuild/nvim-treesitter/parser"{,-info}