summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShane Stone2020-08-23 23:41:17 -0700
committerShane Stone2020-08-23 23:41:17 -0700
commit2ed9b9092b8aa500e3a091e9a4a7c8bc3839a621 (patch)
treed9d6940ea26450addc463955e209753db5443b42 /PKGBUILD
parent83b4f82dcb87579431aa0751d69ae6b3a64c91ce (diff)
downloadaur-2ed9b9092b8aa500e3a091e9a4a7c8bc3839a621.tar.gz
Include new plugin/ dir
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 542a84ef8932..6aca4c542efb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=neovim-vimtex-opt-git
_pkgname=vimtex
-pkgver=3262.9194c10d
+pkgver=3412.10af281d
pkgrel=1
pkgdesc='A modern (neo)vim plugin for editing LaTeX files.'
arch=('any')
@@ -28,8 +28,8 @@ package() {
install -dvm755 "${pkgdir}/${_installpath}"
- cp -rvt "${pkgdir}/${_installpath}" after autoload compiler doc ftplugin indent
-
+ cp -rvt "${pkgdir}/${_installpath}" after autoload compiler doc ftplugin indent plugin
+
install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}