summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcassius232022-08-25 13:01:03 +0200
committercassius232022-08-25 13:01:03 +0200
commiteb08caa82e52d85158059567334ecd4042557dfb (patch)
tree664cb1f2b744485bb82c3b36da7436fd515b17ef
parent3cfe5af06a5bcdb7384b86ff8172e91c678605b5 (diff)
downloadaur-eb08caa82e52d85158059567334ecd4042557dfb.tar.gz
Include snapshots (base plugins versions)
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3357847a48a5..974d9b2d5075 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: edward-p <edward AT edward-p DOT xyz>
pkgname=lunarvim-git
-pkgver=0.5.1.r427.g044b53a6
-pkgrel=3
+pkgver=0.5.1.r686.g06fa62e6
+pkgrel=1
pkgdesc="An IDE layer for Neovim with sane defaults. Completely free and community driven."
arch=('any')
url='https://github.com/LunarVim/LunarVim'
@@ -71,7 +71,7 @@ package() {
cd "${srcdir}/${pkgname}"
mkdir -p "${pkgdir}/usr/share/lunarvim"{,/ftplugin}
- cp -r {ftdetect,lua,init.lua} "${pkgdir}/usr/share/lunarvim"
+ cp -r {ftdetect,lua,snapshots,init.lua} "${pkgdir}/usr/share/lunarvim"
mkdir -p "${pkgdir}/usr/share/lunarvim/prebuild/nvim-treesitter/parser"{,-info}