summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2020-08-23 23:41:17 -0700
committerShane Stone2020-08-23 23:41:17 -0700
commit2ed9b9092b8aa500e3a091e9a4a7c8bc3839a621 (patch)
treed9d6940ea26450addc463955e209753db5443b42
parent83b4f82dcb87579431aa0751d69ae6b3a64c91ce (diff)
downloadaur-2ed9b9092b8aa500e3a091e9a4a7c8bc3839a621.tar.gz
Include new plugin/ dir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 908859bbc982..ead6ae1985b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-vimtex-opt-git
pkgdesc = A modern (neo)vim plugin for editing LaTeX files.
- pkgver = 2502.068ef61
+ pkgver = 3412.10af281d
pkgrel = 1
url = https://github.com/lervag/vimtex
arch = any
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"
}