summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2021-01-05 17:37:23 -0700
committerShane Stone2021-01-05 17:37:23 -0700
commit80b83e9a28eaf5cbdcf33b98c9ff3a6536c89ede (patch)
tree98b2a2e825a9744cc6ca3d4f1cdb29f08a01bdad
parent2ed9b9092b8aa500e3a091e9a4a7c8bc3839a621 (diff)
downloadaur-neovim-vimtex-opt-git.tar.gz
Update to new directory structure
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ead6ae1985b2..c8e9de15687c 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 = 3412.10af281d
+ pkgver = 3719.e5214dd3
pkgrel = 1
url = https://github.com/lervag/vimtex
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6aca4c542efb..bfb31a7bd851 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=neovim-vimtex-opt-git
_pkgname=vimtex
-pkgver=3412.10af281d
+pkgver=3719.e5214dd3
pkgrel=1
pkgdesc='A modern (neo)vim plugin for editing LaTeX files.'
arch=('any')
@@ -28,7 +28,7 @@ package() {
install -dvm755 "${pkgdir}/${_installpath}"
- cp -rvt "${pkgdir}/${_installpath}" after autoload compiler doc ftplugin indent plugin
+ cp -rvt "${pkgdir}/${_installpath}" after autoload compiler doc ftdetect ftplugin indent syntax
install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"